pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line
Дата
Msg-id E1lov08-0002KU-8a@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
In PostgresNode.pm, don't pass SQL to psql on the command line

The Msys shell mangles certain patterns in its command line, so avoid
handing arbitrary SQL to psql on the command line and instead use
IPC::Run's redirection facility for stdin. This pattern is already
mostly whats used, but query_poll_until() was not doing the right thing.

Problem discovered on the buildfarm when a new TAP test failed on msys.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0c92ed165ec13672d615d81a5c5fb76580f92f13

Modified Files
--------------
src/test/perl/PostgresNode.pm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Adjust locations which have an incorrect copyright year