pgsql: Silence perl complaint in ssl test

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Silence perl complaint in ssl test
Дата
Msg-id E1mtulF-0006rI-CU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence perl complaint in ssl test

Perl's hex() function complains if its argument contains trailing white
space (or in fact anything other than hex digits), so remove the
offending text.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4596a20d046e800644d6027613c6a2cb5a6c35e

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Doc: Fix misleading wording of CRL parameters
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix inappropriate uses of PG_GETARG_UINT32()