Skip to content

Commit dd04e95

Browse files
committed
tuplestore_donestoring() isn't needed anymore, but provide a no-op
macro definition so as not to create compatibility problems.
1 parent aa60eec commit dd04e95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/include/utils/tuplestore.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

4242
extern 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' */
4548
extern void *tuplestore_gettuple(Tuplestorestate *state, bool forward,
4649
bool *should_free);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy