pgsql: Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.
Date: 2017-05-10 03:18:15
Message-ID: E1d8I8l-0004PO-WA@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.

Since a rescan is possible, we must be able to rewind.

Thomas Munro, per a report from Prabhat Sabu

Discussion: http://postgr.es/m/CAEepm=2=Uv5fm=exqL+ygBxaO+-tgmC=o+63H4zYAXi9HtXf1w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/304007d9f1f66fd37e50e5a5aa6f17400f1239f8

Modified Files
--------------
src/backend/executor/nodeNamedtuplestorescan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-05-10 03:26:32 pgsql: Don't permit transition tables with TRUNCATE triggers.
Previous Message Robert Haas 2017-05-10 02:44:43 pgsql: Disallow finite partition bound following earlier UNBOUNDED colu