File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1717 * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1818 * Portions Copyright (c) 1994, Regents of the University of California
1919 *
20- * $Id: tuplestore.h,v 1.8 2003/03/09 02:19:13 tgl Exp $
20+ * $Id: tuplestore.h,v 1.9 2003/03/09 03:34:10 tgl Exp $
2121 *
2222 *-------------------------------------------------------------------------
2323 */
@@ -41,6 +41,9 @@ extern Tuplestorestate *tuplestore_begin_heap(bool randomAccess,
4141
4242extern void tuplestore_puttuple (Tuplestorestate * state , void * tuple );
4343
44+ /* tuplestore_donestoring() used to be required, but is no longer used */
45+ #define tuplestore_donestoring (state ) ((void) 0)
46+
4447/* backwards scan is only allowed if randomAccess was specified 'true' */
4548extern void * tuplestore_gettuple (Tuplestorestate * state , bool forward ,
4649 bool * should_free );
You can’t perform that action at this time.
0 commit comments