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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix not-backwards-compatible pg_upgrade test for prepared transa
Дата
Msg-id E1QyVex-0006OE-P6@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix a missed case in code for "moving average" estimate of reltu
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: The replication status values in pg_stat_replication was changed