]> 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:44:30 +0000 (14:44 -0500)
commit99f6a17dd62aa5ed92df7e5c03077ddfc85381c8
tree7f00a96fd928fa9bf32dc8cbe0e949c265327601
parenta044378ce2f6268a996c8cce2b7bfb5d82b05c90
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