]> granicus.if.org Git - postgresql/commit
Stabilize output of new regression test case.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Dec 2017 17:44:03 +0000 (12:44 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Dec 2017 17:44:03 +0000 (12:44 -0500)
commit9edc97b712e2f0ba041b40b4b2e2285d229f4fb0
treeebf3c50423fccc2a0f778b1ab5bf160d86b1cf85
parent390d58135b22bc25229b524a60f69682182201d8
Stabilize output of new regression test case.

The test added by commit 390d58135 turns out to have different output
in CLOBBER_CACHE_ALWAYS builds: there's an extra CONTEXT line in the
error message as a result of detecting the error at a different place.
Possibly we should do something to make that more consistent.  But as
a stopgap measure to make the buildfarm green again, adjust the test
to suppress CONTEXT entirely.  We can revert this if we do something
in the backend to eliminate the inconsistency.

Discussion: https://postgr.es/m/31545.1512924904@sss.pgh.pa.us
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql