diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-10-12 12:07:54 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-10-12 12:07:54 +0300 |
commit | bb55dd6059dddf2cd44423da6a3f6946826953cf (patch) | |
tree | 2248a35ff875e0f23e3852d784f1d7f53f2a21ef | |
parent | b75f467b6eec0678452fd8d7f8d306e6df3a1076 (diff) | |
download | postgresql-bb55dd6059dddf2cd44423da6a3f6946826953cf.tar.gz postgresql-bb55dd6059dddf2cd44423da6a3f6946826953cf.zip |
Fix copy-pasto in comment.
Amit Langote
-rw-r--r-- | src/include/catalog/pg_cast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index ee568d836a1..04d11c0cfe1 100644 --- a/src/include/catalog/pg_cast.h +++ b/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 |