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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix not-backwards-compatible pg_upgrade test for prepared transa
Date: 2011-08-30 21:15:51
Message-ID: E1QyVex-0006OE-P6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/731ebb64b77571e1dc391ba96c4bf9c685a07f2a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-08-31 09:39:17 pgsql: The replication status values in pg_stat_replication was changed
Previous Message Tom Lane 2011-08-30 18:51:59 pgsql: Fix a missed case in code for "moving average" estimate of reltu