Fix not-backwards-compatible pg_upgrade test for prepared transactions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 333eb32081d261ede946935379b66e6ac192629d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-08-30T21:15:13Z
Releases: 9.1.0
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.

Files

PathChange+/−
contrib/pg_upgrade/check.c modified +1 −1