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:
@ -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
|
||||||
|
Reference in New Issue
Block a user