]> 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:13 +0000 (15:54 -0400)
commit2dd352d4b01648cac0354c754d9617b2e61f065d
tree2d6871107c01d49560eabf71657bc6f4fdf37ca3
parent154146d208de7518bb6c8131dc8d2361f7f36f56
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