proposal - plpgsql unique statement id

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема proposal - plpgsql unique statement id
Дата
Msg-id CAFj8pRDRCjN6rpM9ZccU7Ta_afsNX7mg9=n34F+r445Nt9v2tA@mail.gmail.com
обсуждение исходный текст
Ответы Re: proposal - plpgsql unique statement id  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Hi

I am try to enhance plpgsql_check about profiler functionality and I have to solve how to identify every plpgsql statement across different sessions. There is lineno, but surely it should not be unique. I propose introduce stmtid to every statement structure. This number will be unique inside function.

Comments, notes?

Regards

Pavel
Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: move PartitionBoundInfo creation code
Следующее
От: Jeremy Finzel
Дата:
Сообщение: Re: Race condition in WaitForBackgroundWorkerStartup