Re: Slowness of extended protocol
От | Vladimir Sitnikov |
---|---|
Тема | Re: Slowness of extended protocol |
Дата | |
Msg-id | CAB=Je-Hgog--bJk6FujcVqrcCn=xr6aos4e+6Ur-rbH+Xo7bqQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Slowness of extended protocol (Tatsuo Ishii <ishii@postgresql.org>) |
Список | pgsql-hackers |
Tatsuo Ishii <ishii@postgresql.org>:
Doesn't this patch break an existing behavior of unnamed statements?
That is, an unnamed statement shall exist until next parse message
using unnamed statement received. It is possible to use the same
unnamed statement multiple times in a transaction.
>Doesn't this patch break an existing behavior of unnamed statements?
As it was expected, the behavior for unnamed statements is broken (some tests from make check-world fail with segmentation fault).
So some more sophisticated patch is required.
For those who are interested, I've created a Github-Travis mirror that automatically runs several regression suites for the given postgresql patch: https://github.com/vlsi/postgres
I think it will simplify running regression tests for postgresql patches against multiple suites.
Current tests include: make check, make check-world, and pgjdbc test suite (except XA and SSL).
For instance, here's the link to my patch https://github.com/vlsi/postgres/pull/1
Feel free to file PRs for travis branch of https://github.com/vlsi/postgres so the patch gets tested.
Vladimir
В списке pgsql-hackers по дате отправления: