Re: Materialized View patch broke pg_dump - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Materialized View patch broke pg_dump
Date
Msg-id 1362585358.52118.YahooMailNeo@web162903.mail.bf1.yahoo.com
Whole thread Raw
In response to Materialized View patch broke pg_dump  (Bernd Helmle <mailings@oopsware.de>)
Responses Re: Materialized View patch broke pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Optimizing pglz compressor
Next
From: Peter Eisentraut
Date:
Subject: Re: Materialized views WIP patch