Update comment
authorAlvaro Herrera <[email protected]>
Mon, 16 Mar 2020 21:38:28 +0000 (18:38 -0300)
committerAlvaro Herrera <[email protected]>
Mon, 16 Mar 2020 21:40:26 +0000 (18:40 -0300)
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>

src/include/tcop/cmdtaglist.h

index d28145a50d8dd9008fdfcc091ea9aaeb2198596e..ed72770978bde309577bf40aa83abfd309fdcaa1 100644 (file)
@@ -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)