Comment typo
Here is a patch to fix a typo in a comment in partition.c:
s/specificiation/specification/.
Best regards,
Etsuro Fujita
Attachments:
comment-typo-fix.patchtext/plain; charset=UTF-8; name=comment-typo-fix.patchDownload
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index 07fdf66..e234167 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,
On Mon, Oct 30, 2017 at 3:49 AM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
wrote:
Here is a patch to fix a typo in a comment in partition.c:
s/specificiation/specification/.
Applied, thanks.
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
On 2017/10/30 22:39, Magnus Hagander wrote:
On Mon, Oct 30, 2017 at 3:49 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp <mailto:fujita.etsuro@lab.ntt.co.jp>> wrote:Here is a patch to fix a typo in a comment in partition.c:
s/specificiation/specification/.Applied, thanks.
Thank you!
Best regards,
Etsuro Fujita
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers