mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeMaterial.c,v 1.68 2009/04/02 20:59:10 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeMaterial.c,v 1.69 2009/06/11 14:48:57 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -63,10 +63,10 @@ ExecMaterial(MaterialState *node)
|
||||
if (node->eflags & EXEC_FLAG_MARK)
|
||||
{
|
||||
/*
|
||||
* Allocate a second read pointer to serve as the mark.
|
||||
* We know it must have index 1, so needn't store that.
|
||||
* Allocate a second read pointer to serve as the mark. We know it
|
||||
* must have index 1, so needn't store that.
|
||||
*/
|
||||
int ptrno;
|
||||
int ptrno;
|
||||
|
||||
ptrno = tuplestore_alloc_read_pointer(tuplestorestate,
|
||||
node->eflags);
|
||||
@ -185,7 +185,7 @@ ExecInitMaterial(Material *node, EState *estate, int eflags)
|
||||
/*
|
||||
* Tuplestore's interpretation of the flag bits is subtly different from
|
||||
* the general executor meaning: it doesn't think BACKWARD necessarily
|
||||
* means "backwards all the way to start". If told to support BACKWARD we
|
||||
* means "backwards all the way to start". If told to support BACKWARD we
|
||||
* must include REWIND in the tuplestore eflags, else tuplestore_trim
|
||||
* might throw away too much.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user