pgsql: Avoid row-processing-order dependency in postgres_fdw regression

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid row-processing-order dependency in postgres_fdw regression
Date: 2013-03-12 14:47:24
Message-ID: E1UFQU8-0007Am-M0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid row-processing-order dependency in postgres_fdw regression test.

A test intended to provoke an error on the remote side was coded in such
a way that multiple rows should be updated, so the output would vary
depending on which one was processed first. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0247d43dd9c4ba3d2e121f98e3d5adcf769ab1e3

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 2 +-
contrib/postgres_fdw/sql/postgres_fdw.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-03-12 15:29:28 pgsql: Fix orthotypographical mistake
Previous Message Tom Lane 2013-03-12 01:31:40 pgsql: Fix postgres_fdw's issues with inconsistent interpretation of da