Обсуждение: pgsql: Fix pg_dump against 9.1/9.2 servers.

Поиск
Список
Период
Сортировка

pgsql: Fix pg_dump against 9.1/9.2 servers.

От
Heikki Linnakangas
Дата:
Fix pg_dump against 9.1/9.2 servers.

The parallel pg_dump patch forgot to add relpages column to 9.1/9.2 version
of the getTables() query.

Reported by Bernd Helmle.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/625b237f79ec59369e6083f041649adf4fdc1080

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