Re: regression test for extended query protocol

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: regression test for extended query protocol
Дата
Msg-id 3339.1470406288@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: regression test for extended query protocol  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: regression test for extended query protocol  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I think it would be an interesting project for someone to try to
> figure out how to make 'make check-extended-query-protocol' or similar
> work.

Seems like it would not be that hard to put some kind of option in psql
to issue queries with PQexecParams not plain PQexec.  However, since
that wouldn't exercise sending out-of-line parameters, it's not clear
to me that it'd be a very interesting test.

I still suspect that doing this in core is mostly going to be duplicative
effort, and we'd be better off making use of existing JDBC tests.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Reviewing freeze map code
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Column COMMENTs in CREATE TABLE?