Fix typo in comment

Etsuro Fujita
This commit is contained in:
Magnus Hagander 2017-10-30 14:37:00 +01:00
parent 846fcc8516
commit 854b643c8e
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ partition_bounds_equal(int partnatts, int16 *parttyplen, bool *parttypbyval,
/*
* Return a copy of given PartitionBoundInfo structure. The data types of bounds
* are described by given partition key specificiation.
* are described by given partition key specification.
*/
extern PartitionBoundInfo
partition_bounds_copy(PartitionBoundInfo src,