Обсуждение: pgsql: Allow SSL TAP tests to run on Windows

Поиск
Список
Период
Сортировка

pgsql: Allow SSL TAP tests to run on Windows

От
Andrew Dunstan
Дата:
Allow SSL TAP tests to run on Windows

Windows does not enforce key file permissions checks in libpq, and psql
can produce CRLF line endings on Windows.

Backpatch to Release 12 (CRLF) and Release 11 (permissions check)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/258bf86a9aec05b531c206a6e661ec8c0754e10f

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)