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:08:54 +0300 |
commit | e611b11634aa48852a6c9f8ff2da5f80ffa61eb9 (patch) | |
tree | 103352a669970839561de4958db420af132ff10a | |
parent | b987294fa917e5c0a5e1debb85ae5179910e8230 (diff) | |
download | postgresql-e611b11634aa48852a6c9f8ff2da5f80ffa61eb9.tar.gz postgresql-e611b11634aa48852a6c9f8ff2da5f80ffa61eb9.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 9f7733f584f..8a149c8f32e 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 |