Avoid row-processing-order dependency in postgres_fdw regression test.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/expected/postgres_fdw.out | modified | +1 −1 |
| contrib/postgres_fdw/sql/postgres_fdw.sql | modified | +1 −1 |