aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog/partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/partition.h')
-rw-r--r--src/include/catalog/partition.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/partition.h b/src/include/catalog/partition.h
index bef7a0f5fb6..2283c675e99 100644
--- a/src/include/catalog/partition.h
+++ b/src/include/catalog/partition.h
@@ -88,8 +88,7 @@ extern Expr *get_partition_qual_relid(Oid relid);
/* For tuple routing */
extern PartitionDispatch *RelationGetPartitionDispatchInfo(Relation rel,
- int lockmode, int *num_parted,
- List **leaf_part_oids);
+ int *num_parted, List **leaf_part_oids);
extern void FormPartitionKeyDatum(PartitionDispatch pd,
TupleTableSlot *slot,
EState *estate,