pgsql: Fix missed update in _readForeignScan().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix missed update in _readForeignScan().
Date: 2016-03-19 05:20:40
Message-ID: E1ah9JY-0000rm-1H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missed update in _readForeignScan().

Blatant fail in 0bf3ae88af330496517722e391e7c975e6bad219.
Caught by buildfarm member mandrill.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/07aed46a6b3994508e5674301c85ebf5807905ea

Modified Files
--------------
src/backend/nodes/readfuncs.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-03-19 05:40:45 pgsql: Fix stupid omission in c4901a1e.
Previous Message Tom Lane 2016-03-19 05:02:23 pgsql: Use yylex_init not yylex_init_extra().