]> granicus.if.org Git - postgresql/commit
Add regression test to prevent future breakage of legacy query in libpq.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jun 2014 19:54:13 +0000 (15:54 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jun 2014 19:54:21 +0000 (15:54 -0400)
commite6f6db300fef2e53080209ae00f19408203e5686
tree4b59b173d8d9e6b0fec8033d89df1007ad2cbf6f
parente3489847d08beaa4b9dc2a84011719f0b848f3e1
Add regression test to prevent future breakage of legacy query in libpq.

Memorialize the expected output of the query that libpq has been using for
many years to get the OIDs of large-object support functions.  Although
we really ought to change the way libpq does this, we must expect that
this query will remain in use in the field for the foreseeable future,
so until we're ready to break compatibility with old libpq versions
we'd better check the results stay the same.  See the recent lo_create()
fiasco.
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql