1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

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

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,