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 046001f commit b234b56Copy full SHA for b234b56
src/include/tcop/cmdtaglist.h
@@ -23,7 +23,7 @@
23
* textual name, so that we can bsearch on it; see GetCommandTagEnum().
24
*/
25
26
-/* symbol name, textual name, event_trigger_ok, table_rewrite_ok, rowcount, last_oid */
+/* symbol name, textual name, event_trigger_ok, table_rewrite_ok, rowcount */
27
PG_CMDTAG(CMDTAG_UNKNOWN, "???", false, false, false)
28
PG_CMDTAG(CMDTAG_ALTER_ACCESS_METHOD, "ALTER ACCESS METHOD", true, false, false)
29
PG_CMDTAG(CMDTAG_ALTER_AGGREGATE, "ALTER AGGREGATE", true, false, false)
0 commit comments