pgsql: Allow spaces in connection strings in SSL tests

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Allow spaces in connection strings in SSL tests
Дата
Msg-id E1eeiP5-0004sl-Gl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow spaces in connection strings in SSL tests

Connection strings can have items with spaces in them, wrapped in
quotes.  The tests however ran a SELECT '$connstr' upon connection which
broke on the embedded quotes.  Use dollar quotes on the connstr to
protect against this.  This was hit during the development of the macOS
Secure Transport patch, but is independent of it.

Author: Daniel Gustafsson <daniel@yesql.se>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a3fdbdf766d80b21271e32da865801ab005d786

Modified Files
--------------
src/test/ssl/ServerSetup.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add parallel-aware hash joins.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove use of byte-masking macros in record_image_cmp