Re: Patch: plan invalidation vs stored procedures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch: plan invalidation vs stored procedures
Дата
Msg-id 22145.1220987112@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch: plan invalidation vs stored procedures  (Martin Pihlak <martin.pihlak@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Zeugswetter Andreas OSB sIT
Дата:
Сообщение: Re: Synchronous Log Shipping Replication
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Keeping creation time of objects