mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +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.
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user