pgsql: Fix not-backwards-compatible pg_upgrade test for prepared transa - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix not-backwards-compatible pg_upgrade test for prepared transa
Date
Msg-id E1QyVex-0006OG-Ph@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/333eb32081d261ede946935379b66e6ac192629d

Modified Files
--------------
contrib/pg_upgrade/check.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix a missed case in code for "moving average" estimate of reltu
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: The replication status values in pg_stat_replication was changed