Commit 854b643c authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in comment

Etsuro Fujita
parent 846fcc85
...@@ -703,7 +703,7 @@ partition_bounds_equal(int partnatts, int16 *parttyplen, bool *parttypbyval, ...@@ -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 * 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 extern PartitionBoundInfo
partition_bounds_copy(PartitionBoundInfo src, partition_bounds_copy(PartitionBoundInfo src,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment