Re: bug in prepared statements, alter table <8.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug in prepared statements, alter table <8.3
Date
Msg-id 432.1218155525@sss.pgh.pa.us
Whole thread Raw
In response to Re: bug in prepared statements, alter table <8.3  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> This is fairly obviously a simple consequence of the lack of plan
> invalidation, it just happens to be more serious than most

Hmm, we plugged the correspoding hole on the SELECT side awhile back,
but it seems that INSERT/UPDATE may need some defenses too.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: patch: Add columns via CREATE OR REPLACE VIEW
Next
From: "Robert Haas"
Date:
Subject: Re: patch: Add columns via CREATE OR REPLACE VIEW