From: | Alexander Lakhin <exclusion(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz>, Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com> |
Cc: | Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bind |
Date: | 2024-09-17 15:00:00 |
Message-ID: | 2e5b89af-a351-ff0a-000c-037ac28314ab@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello Michael and Anthonin,
22.08.2024 10:33, Michael Paquier wrote:
> Looks OK to me. I have spent more time double-checking the whole, and
> it looks like we're there, so applied. Now let's play with it in more
> regression tests. Note that the refactoring patch has been merged
> with the original one in a single commit.
Please look at an assertion failure, caused by \bind_named:
regression=# SELECT $1 \parse s
\bind_named s
regression=# \bind_named
\bind_named: missing required argument
regression=# 1 \g
psql: common.c:1501: ExecQueryAndProcessResults: Assertion `pset.stmtName != ((void *)0)' failed.
Best regards,
Alexander
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2024-09-17 15:10:58 | Re: Adding skip scan (including MDAM style range skip scan) to nbtree |
Previous Message | Andrew Dunstan | 2024-09-17 14:48:21 | Re: A starter task |