diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-03-16 18:38:28 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-03-16 18:40:26 -0300 |
commit | b234b567ed740aae368672670d8d03640e884f1f (patch) | |
tree | 52ab2e8c6f865519b5e203cd606f06026e187e18 /src | |
parent | 046001fe3cf59e19b2e8c24b82fb2e9b8ab6edd4 (diff) | |
download | postgresql-b234b567ed740aae368672670d8d03640e884f1f.tar.gz postgresql-b234b567ed740aae368672670d8d03640e884f1f.zip |
Update comment
I forgot to update it per last-minute edits leading to commit
2f9661311b83. Reported by Mark Dilger.
Discussion: https://postgr.es/m/DA9A5554-AADD-4F33-96F9-A1066EC9CAB5@enterprisedb.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/tcop/cmdtaglist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tcop/cmdtaglist.h b/src/include/tcop/cmdtaglist.h index d28145a50d8..ed72770978b 100644 --- a/src/include/tcop/cmdtaglist.h +++ b/src/include/tcop/cmdtaglist.h @@ -23,7 +23,7 @@ * 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_ALTER_ACCESS_METHOD, "ALTER ACCESS METHOD", true, false, false) PG_CMDTAG(CMDTAG_ALTER_AGGREGATE, "ALTER AGGREGATE", true, false, false) |