projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7397f62
)
Fix copy-pasto in comment.
author
Heikki Linnakangas
<
[email protected]
>
Wed, 12 Oct 2016 09:07:54 +0000
(12:07 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Wed, 12 Oct 2016 09:09:12 +0000
(12:09 +0300)
Amit Langote
src/include/catalog/pg_cast.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/pg_cast.h
b/src/include/catalog/pg_cast.h
index ac2b2968eb5b9ee89b811f4fcf335e8914b89391..4b925e8e3c7c18c8f5ccd34a353eeb8126472b03 100644
(file)
--- 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 cast
context
is stored as a "char", we use ASCII codes for human
+ * Since cast
method
is stored as a "char", we use ASCII codes for human
* convenience in reading the table.
*/
typedef enum CoercionMethod