Re: Materialized View patch broke pg_dump

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Materialized View patch broke pg_dump
Дата
Msg-id 1362585358.52118.YahooMailNeo@web162903.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на Materialized View patch broke pg_dump  (Bernd Helmle <mailings@oopsware.de>)
Ответы Re: Materialized View patch broke pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Bernd Helmle <mailings@oopsware.de> wrote:

> Looking into this issue, it seems the version check in getTables() of pg_dump.c
> is wrong. Shouldn't the check be
>
> if (fout->remoteVersion >= 90300)
> {
>
> }
>
> since this is where pg_relation_is_scannable() is introduced?

Fixed.

Thanks for the report!

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Optimizing pglz compressor
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Materialized views WIP patch