Comment typo
Started by Amit Langoteover 9 years ago3 messages
Attached fixes what seems like a copy-pasto in pg_cast.h.
Thanks,
Amit
Attachments:
pg-cast-comment-typo.patchtext/x-diff; name=pg-cast-comment-typo.patchDownload
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h
index ee568d8..04d11c0 100644
--- a/src/include/catalog/pg_cast.h
+++ b/src/include/catalog/pg_cast.h
@@ -59,7 +59,7 @@ typedef enum CoercionCodes
/*
* The allowable values for pg_cast.castmethod are specified by this enum.
- * Since castcontext is stored as a "char", we use ASCII codes for human
+ * Since castmethod is stored as a "char", we use ASCII codes for human
* convenience in reading the table.
*/
typedef enum CoercionMethod
Re: Comment typo
On 10/11/2016 08:52 AM, Amit Langote wrote:
Attached fixes what seems like a copy-pasto in pg_cast.h.
Applied, thanks.
- Heikki
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Re: Comment typo
On 2016/10/12 18:10, Heikki Linnakangas wrote:
On 10/11/2016 08:52 AM, Amit Langote wrote:
Attached fixes what seems like a copy-pasto in pg_cast.h.
Applied, thanks.
Thanks, Heikki!
Regards,
Amit
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers