Re: Support prepared statement invalidation when result types change

Поиск
Список
Период
Сортировка
От Jelte Fennema
Тема Re: Support prepared statement invalidation when result types change
Дата
Msg-id CAGECzQRAxPkgu=rnCA5YM=mF_MRSiyYH32vuW_TYdzuLcrcR4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Support prepared statement invalidation when result types change  (Jelte Fennema <me@jeltef.nl>)
Ответы Re: Support prepared statement invalidation when result types change
Список pgsql-hackers
Another similar issue was reported on the PgBouncer prepared statement PR[1].

It's related to an issue that was already reported on the
mailinglist[2]. It turns out that invalidation of the argument types
is also important in some cases. The newly added 3rd patch in this
series addresses that issue.

[1]: https://github.com/pgbouncer/pgbouncer/pull/845#discussion_r1309454695
[2]: https://www.postgresql.org/message-id/flat/CA%2Bmi_8YAGf9qibDFTRNKgaTwaBa1OUcteKqLAxfMmKFbo3GHZg%40mail.gmail.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Reuse child_relids in try_partitionwise_join was Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids)
Следующее
От: Vik Fearing
Дата:
Сообщение: Re: Using non-grouping-keys at HAVING clause