Home
last modified time | relevance | path

Searched refs:matchedsubplans (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
271 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
276 &matchedsubplans); in make_partition_pruneinfo()
282 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
345 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
571 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
271 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
276 &matchedsubplans); in make_partition_pruneinfo()
282 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
345 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
571 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
271 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
276 &matchedsubplans); in make_partition_pruneinfo()
282 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
345 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
571 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
271 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
276 &matchedsubplans); in make_partition_pruneinfo()
282 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
345 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
571 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
271 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
276 &matchedsubplans); in make_partition_pruneinfo()
282 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
345 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
571 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
271 Bitmapset *matchedsubplans = NULL;
276 &matchedsubplans);
282 allmatchedsubplans = bms_join(matchedsubplans,
345 Bitmapset **matchedsubplans)
571 *matchedsubplans = subplansfound;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c147 Bitmapset **matchedsubplans);
311 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
317 &matchedsubplans); in make_partition_pruneinfo()
323 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
444 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
698 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c147 Bitmapset **matchedsubplans);
311 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
317 &matchedsubplans); in make_partition_pruneinfo()
323 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
444 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
698 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c147 Bitmapset **matchedsubplans);
311 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
317 &matchedsubplans); in make_partition_pruneinfo()
323 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
444 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
698 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c147 Bitmapset **matchedsubplans);
311 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
317 &matchedsubplans); in make_partition_pruneinfo()
323 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
444 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
698 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c147 Bitmapset **matchedsubplans);
311 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
317 &matchedsubplans); in make_partition_pruneinfo()
323 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
444 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
698 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c147 Bitmapset **matchedsubplans);
311 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
317 &matchedsubplans); in make_partition_pruneinfo()
323 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
444 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
698 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
272 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
277 &matchedsubplans); in make_partition_pruneinfo()
283 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
346 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
595 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c147 Bitmapset **matchedsubplans);
311 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
317 &matchedsubplans); in make_partition_pruneinfo()
323 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
444 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
698 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
272 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
277 &matchedsubplans); in make_partition_pruneinfo()
283 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
346 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
595 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
272 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
277 &matchedsubplans); in make_partition_pruneinfo()
283 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
346 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
595 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c144 Bitmapset **matchedsubplans);
270 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
275 &matchedsubplans); in make_partition_pruneinfo()
281 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
344 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
593 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c144 Bitmapset **matchedsubplans);
270 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
275 &matchedsubplans); in make_partition_pruneinfo()
281 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
344 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
593 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c144 Bitmapset **matchedsubplans);
270 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
275 &matchedsubplans); in make_partition_pruneinfo()
281 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
344 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
593 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c144 Bitmapset **matchedsubplans);
270 Bitmapset *matchedsubplans = NULL;
275 &matchedsubplans);
281 allmatchedsubplans = bms_join(matchedsubplans,
344 Bitmapset **matchedsubplans)
593 *matchedsubplans = subplansfound;
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
272 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
277 &matchedsubplans); in make_partition_pruneinfo()
283 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
346 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
595 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c144 Bitmapset **matchedsubplans);
270 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
275 &matchedsubplans); in make_partition_pruneinfo()
281 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
344 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
593 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c144 Bitmapset **matchedsubplans);
270 Bitmapset *matchedsubplans = NULL;
275 &matchedsubplans);
281 allmatchedsubplans = bms_join(matchedsubplans,
344 Bitmapset **matchedsubplans)
593 *matchedsubplans = subplansfound;
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c144 Bitmapset **matchedsubplans);
270 Bitmapset *matchedsubplans = NULL; in make_partition_pruneinfo() local
275 &matchedsubplans); in make_partition_pruneinfo()
281 allmatchedsubplans = bms_join(matchedsubplans, in make_partition_pruneinfo()
344 Bitmapset **matchedsubplans) in make_partitionedrel_pruneinfo() argument
593 *matchedsubplans = subplansfound; in make_partitionedrel_pruneinfo()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c145 Bitmapset **matchedsubplans);
271 Bitmapset *matchedsubplans = NULL;
276 &matchedsubplans);
282 allmatchedsubplans = bms_join(matchedsubplans,
345 Bitmapset **matchedsubplans)
571 *matchedsubplans = subplansfound;

12