]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Mon, 30 Oct 2017 13:37:00 +0000 (14:37 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 30 Oct 2017 13:37:00 +0000 (14:37 +0100)
Etsuro Fujita

src/backend/catalog/partition.c

index 66ec214e029ec04291aac520a129a54fda06644c..5daa8a1c19d2f7e61864d37d9122ca4d5bc15e87 100644 (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,