pgsql: Must check indisready not just indisvalid when dumping from 9.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Must check indisready not just indisvalid when dumping from 9.2
Дата
Msg-id E1ULOl7-0005KN-VN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Must check indisready not just indisvalid when dumping from 9.2 server.

9.2 uses a kluge representation of "indislive"; we have to account for
that when examining pg_index.  Simplest solution is to check indisready
for 9.0 and 9.1 as well; that's harmless though unnecessary, so it's
not worth making a version distinction for.

Fixes oversight in commit 683abc73dff549e94555d4020dae8d02f32ed78b,
as noted by Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aa02864f64c46807f7682a41882fe40f7f5cb819

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Draft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Must check indisready not just indisvalid when dumping from 9.2