Re: proposal: enhancing plpgsql debug API - returns text value of variable content

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Дата
Msg-id CAFj8pRAHjT3KALej=k8fjrfaf4kFUgu09VYC7pQey0rVS=Tkkg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: enhancing plpgsql debug API - returns text value of variable content  (Aleksander Alekseev <aleksander@timescale.com>)
Ответы Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Список pgsql-hackers
Hi

pá 16. 7. 2021 v 15:05 odesílatel Aleksander Alekseev <aleksander@timescale.com> napsal:
Hi Pavel,

> I would like to print content of variables - and now, I have to go some
> deeper than I would like. I need to separate between scalar, row, and
> record variables. PLpgSQL has code for it - but it is private.
> [...]

The patch seems OK, but I wonder - would it be possible to write a test on it?

 Sure, it is possible - unfortunately - the size of this test will be significantly bigger than patch self.

I'll try to write it some simply tracer, where this API can be used



--
Best regards,
Aleksander Alekseev

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

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: pg_upgrade test for binary compatibility of core data types
Следующее
От: vignesh C
Дата:
Сообщение: Re: psql tab auto-complete for CREATE PUBLICATION