Home
last modified time | relevance | path

Searched refs:GatherPath (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1863 GatherPath *
1867 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2576 if ((IsA(path, GatherPath) ||IsA(path, GatherMergePath)) && in apply_projection_to_path()
2589 if (IsA(path, GatherPath)) in apply_projection_to_path()
2591 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
3889 GatherPath *gpath; in reparameterize_path_by_child()
3891 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1863 GatherPath *
1867 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2576 if ((IsA(path, GatherPath) ||IsA(path, GatherMergePath)) && in apply_projection_to_path()
2589 if (IsA(path, GatherPath)) in apply_projection_to_path()
2591 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
3889 GatherPath *gpath; in reparameterize_path_by_child()
3891 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1863 GatherPath *
1867 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2576 if ((IsA(path, GatherPath) ||IsA(path, GatherMergePath)) && in apply_projection_to_path()
2589 if (IsA(path, GatherPath)) in apply_projection_to_path()
2591 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
3889 GatherPath *gpath; in reparameterize_path_by_child()
3891 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1863 GatherPath *
1867 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2576 if ((IsA(path, GatherPath) ||IsA(path, GatherMergePath)) && in apply_projection_to_path()
2589 if (IsA(path, GatherPath)) in apply_projection_to_path()
2591 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
3889 GatherPath *gpath; in reparameterize_path_by_child()
3891 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1863 GatherPath *
1867 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2576 if ((IsA(path, GatherPath) ||IsA(path, GatherMergePath)) && in apply_projection_to_path()
2589 if (IsA(path, GatherPath)) in apply_projection_to_path()
2591 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
3889 GatherPath *gpath; in reparameterize_path_by_child()
3891 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1863 GatherPath *
1867 GatherPath *pathnode = makeNode(GatherPath);
2576 if ((IsA(path, GatherPath) ||IsA(path, GatherMergePath)) &&
2589 if (IsA(path, GatherPath))
2591 GatherPath *gpath = (GatherPath *) path;
3889 GatherPath *gpath;
3891 FLAT_COPY_PATH(gpath, path, GatherPath);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1863 GatherPath *
1867 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2576 if ((IsA(path, GatherPath) ||IsA(path, GatherMergePath)) && in apply_projection_to_path()
2589 if (IsA(path, GatherPath)) in apply_projection_to_path()
2591 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
3889 GatherPath *gpath; in reparameterize_path_by_child()
3891 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/nodes/
H A Drelation.h1188 typedef struct GatherPath struct
1194 } GatherPath; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/nodes/
H A Drelation.h1188 typedef struct GatherPath struct
1194 } GatherPath; typedef
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/nodes/
H A Drelation.h1188 typedef struct GatherPath struct
1194 } GatherPath; argument
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/nodes/
H A Drelation.h1188 typedef struct GatherPath struct
1194 } GatherPath; argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/nodes/
H A Drelation.h1188 typedef struct GatherPath struct
1194 } GatherPath; argument
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/nodes/
H A Drelation.h1188 typedef struct GatherPath struct
1194 } GatherPath; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/nodes/
H A Drelation.h1188 typedef struct GatherPath struct
1194 } GatherPath; argument
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/nodes/
H A Drelation.h1262 typedef struct GatherPath struct
1268 } GatherPath; argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/nodes/
H A Drelation.h1269 typedef struct GatherPath struct
1275 } GatherPath; argument
/dports/databases/postgresql10-client/postgresql-10.19/src/include/nodes/
H A Drelation.h1269 typedef struct GatherPath struct
1275 } GatherPath; argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/nodes/
H A Drelation.h1269 typedef struct GatherPath struct
1275 } GatherPath; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/nodes/
H A Drelation.h1269 typedef struct GatherPath struct
1275 } GatherPath; argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/nodes/
H A Drelation.h1269 typedef struct GatherPath struct
1275 } GatherPath; typedef
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/nodes/
H A Drelation.h1269 typedef struct GatherPath struct
1275 } GatherPath; argument
/dports/databases/postgresql10-server/postgresql-10.19/src/include/nodes/
H A Drelation.h1269 typedef struct GatherPath struct
1275 } GatherPath; argument
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/nodes/
H A Drelation.h1268 typedef struct GatherPath
1274 } GatherPath;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1950 GatherPath *
1954 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2765 if ((IsA(path, GatherPath) || IsA(path, GatherMergePath)) && in apply_projection_to_path()
2778 if (IsA(path, GatherPath)) in apply_projection_to_path()
2780 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
4177 GatherPath *gpath; in reparameterize_path_by_child()
4179 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c1950 GatherPath *
1954 GatherPath *pathnode = makeNode(GatherPath); in create_gather_path()
2765 if ((IsA(path, GatherPath) || IsA(path, GatherMergePath)) && in apply_projection_to_path()
2778 if (IsA(path, GatherPath)) in apply_projection_to_path()
2780 GatherPath *gpath = (GatherPath *) path; in apply_projection_to_path()
4177 GatherPath *gpath; in reparameterize_path_by_child()
4179 FLAT_COPY_PATH(gpath, path, GatherPath); in reparameterize_path_by_child()

12345678910>>...18