Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b987294 commit e611b11Copy full SHA for e611b11
src/include/catalog/pg_cast.h
@@ -59,7 +59,7 @@ typedef enum CoercionCodes
59
60
/*
61
* The allowable values for pg_cast.castmethod are specified by this enum.
62
- * 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
63
* convenience in reading the table.
64
*/
65
typedef enum CoercionMethod
0 commit comments