diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/catalog/partition.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/partition.h b/src/include/catalog/partition.h index 5c3565ce366..33c372a8611 100644 --- a/src/include/catalog/partition.h +++ b/src/include/catalog/partition.h @@ -23,8 +23,7 @@ extern Oid get_partition_parent(Oid relid); extern List *get_partition_ancestors(Oid relid); extern Oid index_get_partition(Relation partition, Oid indexId); extern List *map_partition_varattnos(List *expr, int fromrel_varno, - Relation to_rel, Relation from_rel, - bool *found_whole_row); + Relation to_rel, Relation from_rel); extern bool has_partition_attrs(Relation rel, Bitmapset *attnums, bool *used_in_expr); |