Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix copy-pasto in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 09:07:54 +0000 (12:07 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 09:08:59 +0000 (12:08 +0300)
Amit Langote

src/include/catalog/pg_cast.h

index e037957472f3761f31849007ab50cc6c8d719981..eaab3760e78a0b415dadb42ea230d1a79b36203a 100644 (file)
@@ -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