Fix copy-pasto in comment.

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

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