Fix copy-pasto in comment.

Amit Langote
pull/17/head
Heikki Linnakangas 9 years ago
parent b75f467b6e
commit bb55dd6059
  1. 2
      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

Loading…
Cancel
Save