mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
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.