Skip to content

Commit 696b032

Browse files
committed
fix validate_partition_constraints()'s declaration
1 parent 249a360 commit 696b032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bool initialization_needed = true;
3030

3131

3232
static bool validate_partition_constraints(const Oid *children_oids,
33-
const uint children_count,
33+
const uint32 children_count,
3434
Snapshot snapshot,
3535
PartRelationInfo *prel,
3636
RangeRelation *rangerel);

0 commit comments

Comments
 (0)