Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-07-23T08:30:23Z
Lists: pgsql-hackers
Attachments
- enhancing-plpgsql-dbgapi-20210723.patch (application/octet-stream) patch
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. -- Best regards, Aleksander Alekseev
Commits
-
Expose a few more PL/pgSQL functions to debugger plugins.
- 53ef6c40f1e7 15.0 landed