Fix expected output for plpgsql test suite
authorTomas Vondra <tomas@2ndquadrant.com>
Sun, 8 Oct 2017 23:30:44 +0000 (01:30 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
Sun, 8 Oct 2017 23:31:42 +0000 (01:31 +0200)
commit70f0423d8964acb1ed6102fecdef8610511c801e
treed6765dd0245f0d39a29be4986bf568a31d17b551
parent8d4f6790cb5c0770994516fa5811d6fef9a0a51f
Fix expected output for plpgsql test suite

Commit 7d55b3a318 accepted incorrect expected output for a number
of tests in this suite. The issue might have been initially masked
by existence of another .out file for this test.

We seem to be producing the correct output, so just use expected
output from upstream. Moreover, the table (INT4_TBL) is defined as
replicated, so we don't need the explicit ORDER BY clauses as the
ordering is stable anyway. So remove them, to make the the tests
a bit closer to upstream.
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql