Re: Improve pg_stat_statements by making jumble handle savepoint names better

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Improve pg_stat_statements by making jumble handle savepoint names better
Дата
Msg-id ZMHA5fgtzQERWn8C@paquier.xyz
обсуждение исходный текст
Ответ на Re: Improve pg_stat_statements by making jumble handle savepoint names better  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Wed, Jul 26, 2023 at 07:53:02AM +0900, Michael Paquier wrote:
> I think that I'm OK with your proposal as savepoint names are in
> defined places in these queries (contrary to some of the craziness
> with BEGIN and the node structure of TransactionStmt, for example).
>
> Has somebody an opinion or a comment to share?

Well, on second look this is really simple, so I've applied that after
adding back some comments that ought to be and simplifying a bit the
tests (less queries, same coverage).
--
Michael

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Performance degradation on concurrent COPY into a single relation in PG16.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] Check more invariants during syscache initialization