]> 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:13 +0000 (17:15 -0400)
commit333eb32081d261ede946935379b66e6ac192629d
tree369cb18888d0cd1c76966a56db6545fc69020119
parent030cdaf7fb90decfd7f959aa0d67d19b5669f458
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