Forward-patch regression test for "could not find pathkey item to sort".

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 973837450c764b585321c965179eb8a57380ab5c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-06-26T17:41:54Z
Releases: 9.4.0
Forward-patch regression test for "could not find pathkey item to sort".

Commit a87c729153e372f3731689a7be007bc2b53f1410 already fixed the bug this
is checking for, but the regression test case it added didn't cover this
scenario.  Since we managed to miss the fact that there was a bug at all,
it seems like a good idea to propagate the extra test case forward to HEAD.

Files

PathChange+/−
src/test/regress/expected/union.out modified +22 −0
src/test/regress/sql/union.sql modified +16 −0