Skip to content

Commit 854b643

Browse files
committed
Fix typo in comment
Etsuro Fujita
1 parent 846fcc8 commit 854b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ partition_bounds_equal(int partnatts, int16 *parttyplen, bool *parttypbyval,
703703

704704
/*
705705
* Return a copy of given PartitionBoundInfo structure. The data types of bounds
706-
* are described by given partition key specificiation.
706+
* are described by given partition key specification.
707707
*/
708708
extern PartitionBoundInfo
709709
partition_bounds_copy(PartitionBoundInfo src,

0 commit comments

Comments
 (0)