mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 13:24:01 -05:00
Fix typo in comment
Etsuro Fujita
This commit is contained in:
parent
846fcc8516
commit
854b643c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue