1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Fix copy-pasto in comment.

Amit Langote
This commit is contained in:
Heikki Linnakangas
2016-10-12 12:07:54 +03:00
parent cf3e2c3983
commit 086b99ec09

View File

@ -59,7 +59,7 @@ typedef enum CoercionCodes
/* /*
* The allowable values for pg_cast.castmethod are specified by this enum. * 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. * convenience in reading the table.
*/ */
typedef enum CoercionMethod typedef enum CoercionMethod