Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd04e95

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

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/0902:19:13 tgl Exp $
20+
* $Id: tuplestore.h,v 1.9 2003/03/0903:34:10 tgl Exp $
2121
*
2222
*-------------------------------------------------------------------------
2323
*/
@@ -41,6 +41,9 @@ extern Tuplestorestate *tuplestore_begin_heap(bool randomAccess,
4141

4242
externvoidtuplestore_puttuple(Tuplestorestate*state,void*tuple);
4343

44+
/* tuplestore_donestoring() used to be required, but is no longer used */
45+
#definetuplestore_donestoring(state)((void) 0)
46+
4447
/* backwards scan is only allowed if randomAccess was specified 'true' */
4548
externvoid*tuplestore_gettuple(Tuplestorestate*state,boolforward,
4649
bool*should_free);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp