]> granicus.if.org Git - postgresql/blobdiff - src/backend/executor/execTuples.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / executor / execTuples.c
index 2e7291a006dbb5cace4875a1a7d3c1d2a548cdd8..c81dd33d36a2547dc7f83ee5bca36e435ca47504 100644 (file)
@@ -15,7 +15,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.63 2002/12/13 19:45:52 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.64 2003/05/06 00:20:31 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -723,7 +723,7 @@ begin_tup_output_tupdesc(CommandDest dest, TupleDesc tupdesc)
        tstate->destfunc = DestToFunction(dest);
 
        (*tstate->destfunc->setup) (tstate->destfunc, (int) CMD_SELECT,
-                                                               NULL, tupdesc);
+                                                               NULL, tupdesc, NIL);
 
        return tstate;
 }