Commit b234b567 authored by Alvaro Herrera's avatar Alvaro Herrera

Update comment

I forgot to update it per last-minute edits leading to commit
2f966131.  Reported by Mark Dilger.

Discussion: https://postgr.es/m/DA9A5554-AADD-4F33-96F9-A1066EC9CAB5@enterprisedb.com>
parent 046001fe
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* textual name, so that we can bsearch on it; see GetCommandTagEnum(). * textual name, so that we can bsearch on it; see GetCommandTagEnum().
*/ */
/* symbol name, textual name, event_trigger_ok, table_rewrite_ok, rowcount, last_oid */ /* symbol name, textual name, event_trigger_ok, table_rewrite_ok, rowcount */
PG_CMDTAG(CMDTAG_UNKNOWN, "???", false, false, false) PG_CMDTAG(CMDTAG_UNKNOWN, "???", false, false, false)
PG_CMDTAG(CMDTAG_ALTER_ACCESS_METHOD, "ALTER ACCESS METHOD", true, false, false) PG_CMDTAG(CMDTAG_ALTER_ACCESS_METHOD, "ALTER ACCESS METHOD", true, false, false)
PG_CMDTAG(CMDTAG_ALTER_AGGREGATE, "ALTER AGGREGATE", true, false, false) PG_CMDTAG(CMDTAG_ALTER_AGGREGATE, "ALTER AGGREGATE", true, false, false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment