Re: [v9.2] Fix leaky-view problem, part 1 - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [v9.2] Fix leaky-view problem, part 1
Date
Msg-id CA+TgmoYtx2zLmg8NA4zKdeZ_ppyAzpntuZkf0xUkyCTK=ODiAQ@mail.gmail.com
Whole thread Raw
In response to Re: [v9.2] Fix leaky-view problem, part 1  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
List pgsql-hackers
On Thu, Jul 7, 2011 at 10:56 AM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote:
> My opinion is ALTER TABLE SET/RESET code should be enhanced to accept
> an operation to reset all the existing options, rather than tricky
> updates of pg_class.
> How about an idea to add AT_ResetAllRelOptions for internal use only?
>
> I'll fix up the regression test also.

On an only semi-related note, ISTM that you may as well merge parts 0,
1, and 2 into a single patch, since there is no way we are going to
apply any of them without the others.  I suggest closing one of the
CommitFest entries and revising the other one to point to the
consolidated patch.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Moving the community git server
Next
From: Tom Lane
Date:
Subject: Re: Inconsistency between postgresql.conf and docs