diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-10-30 14:37:00 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-10-30 14:37:00 +0100 |
commit | 854b643c8eb476ab957d83d562c8bfa10586d123 (patch) | |
tree | 08a4ea2ff4d4ec1a3ff7cf22cb8616ea646d3865 /src | |
parent | 846fcc85167c417873865099d70068ed85f758a8 (diff) | |
download | postgresql-854b643c8eb476ab957d83d562c8bfa10586d123.tar.gz postgresql-854b643c8eb476ab957d83d562c8bfa10586d123.zip |
Fix typo in comment
Etsuro Fujita
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/catalog/partition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index 66ec214e029..5daa8a1c19d 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -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, |