]> granicus.if.org Git - postgresql/commit
Fix not-backwards-compatible pg_upgrade test for prepared transactions.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Aug 2011 21:15:00 +0000 (17:15 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Aug 2011 21:15:00 +0000 (17:15 -0400)
commit731ebb64b77571e1dc391ba96c4bf9c685a07f2a
tree1ec25b90618dff188311821c3c2f924fd17e2765
parent5bba65de94498f99bcf133ce590802d8196042fa
Fix not-backwards-compatible pg_upgrade test for prepared transactions.

There's no reason for this test to use the undocumented pg_prepared_xact()
function, when it can use the stable API pg_prepared_xacts instead.
Fixes breakage against 8.3, as reported by Justin Arnold.
contrib/pg_upgrade/check.c