Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-08-23T05:15:07Z
Lists: pgsql-hackers
Attachments
- enhancing-plpgsql-dbgapi-20210823.patch (text/x-patch) patch
ne 22. 8. 2021 v 19:38 odesílatel Pavel Stehule <pavel.stehule@gmail.com> napsal: > Hi > > st 28. 7. 2021 v 11:01 odesílatel Pavel Stehule <pavel.stehule@gmail.com> > napsal: > >> >> >> pá 23. 7. 2021 v 10:47 odesílatel Pavel Stehule <pavel.stehule@gmail.com> >> napsal: >> >>> >>> >>> pá 23. 7. 2021 v 10:30 odesílatel Aleksander Alekseev < >>> aleksander@timescale.com> napsal: >>> >>>> Hi Pavel, >>>> >>>> > I know it. Attached patch try to fix this issue >>>> > >>>> > I merged you patch (thank you) >>>> >>>> Thanks! I did some more minor changes, mostly in the comments. See the >>>> attached patch. Other than that it looks OK. I think it's Ready for >>>> Committer now. >>>> >>> >>> looks well, >>> >>> thank you very much >>> >>> Pavel >>> >> >> rebase >> > > unfortunately, previous patch that I sent was broken, so I am sending > fixed patch and fresh rebase > This version set $contrib_extraincludes to fix windows build Regards Pavel > Regards > > Pavel > > >> Pavel >> >> >>> >>>> -- >>>> Best regards, >>>> Aleksander Alekseev >>>> >>>
Commits
-
Expose a few more PL/pgSQL functions to debugger plugins.
- 53ef6c40f1e7 15.0 landed