Re: Patch: plan invalidation vs stored procedures - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch: plan invalidation vs stored procedures
Date
Msg-id 22145.1220987112@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch: plan invalidation vs stored procedures  (Martin Pihlak <martin.pihlak@gmail.com>)
List pgsql-hackers
Martin Pihlak <martin.pihlak@gmail.com> writes:
> Yes, creating a new message type was a bit short sighted -- attached is a patch
> that uses syscache invalidation messages instead. This also adds additional
> tupleId field to SharedInvalCatcacheMsg. This is used to identify the
> invalidated tuple in PROC messages, for now others still pass InvalidOid.

Applied after rather heavy revision.  Aside from the gripes I had
yesterday, I found out on closer inspection that the patch did things
all wrong for the case of a not-fully-planned cache item.  I ended up
discarding the existing code for that and instead using the planner
machinery to extract dependencies of a parsed querytree.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas OSB sIT
Date:
Subject: Re: Synchronous Log Shipping Replication
Next
From: Devrim GÜNDÜZ
Date:
Subject: Keeping creation time of objects