summaryrefslogtreecommitdiff
path: root/src/include/commands/command.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-02-26 23:48:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-02-26 23:48:47 +0000
commit75c07d5b4d9361063502399720fce4881b0e4b7b (patch)
tree938cdca4c0d975cf815475dc5dece8e3acb8a3a7 /src/include/commands/command.h
parent5fb5066cb6c45add7d917c48f74f46f6fdd1544d (diff)
Back-patch fix for command completion report handling. This is
primarily needed so that INSERTing a row still reports the row's OID even when there are ON INSERT rules firing additional queries.
Diffstat (limited to 'src/include/commands/command.h')
-rw-r--r--src/include/commands/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/command.h b/src/include/commands/command.h
index 4531b90d7cb..96b211f5c2e 100644
--- a/src/include/commands/command.h
+++ b/src/include/commands/command.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.31 2001/11/05 17:46:33 momjian Exp $
+ * $Id: command.h,v 1.31.2.1 2002/02/26 23:48:46 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,7 +27,7 @@
* "ERROR" if portal not found.
*/
extern void PerformPortalFetch(char *name, bool forward, int count,
- char *tag, CommandDest dest);
+ CommandDest dest, char *completionTag);
/*
* PerformPortalClose