]> granicus.if.org Git - postgresql/commit
Fix test case for 'outer pathkeys do not match mergeclauses' fix.
authorRobert Haas <rhaas@postgresql.org>
Tue, 30 Jan 2018 19:27:38 +0000 (14:27 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 30 Jan 2018 19:47:02 +0000 (14:47 -0500)
commit92123c6ea212a32097d34c91ea6b52f0c3a5b8c3
tree2d79bb8b4c0fa38c0ba6bb4895e960db5204810c
parentd1aac2998789e16343befd8b3de8ad12b6dc4355
Fix test case for 'outer pathkeys do not match mergeclauses' fix.

Commit 4bbf6edfbd5d03743ff82dda2f00c738fb3208f5 added a test case,
but it turns out that the test case doesn't reliably test for the
bug, and in the context of the regression test suite did not because
ANALYZE had not been run.

Report and patch by Etsuro Fujita.  I added a comment along lines
previously suggested by Tom Lane.

Discussion: http://postgr.es/m/5A6195D8.8060206@lab.ntt.co.jp
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql