pgsql: Fix advertised dispsize for libpq's sslmode connection parameter

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix advertised dispsize for libpq's sslmode connection parameter
Дата
Msg-id E1WPMbF-000326-HJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix advertised dispsize for libpq's sslmode connection parameter.

"8" was correct back when "disable" was the longest allowed value, but
since "verify-full" was added, it should be "12".  Given the lack of
complaints, I wouldn't be surprised if nobody is actually using these
values ... but still, if they're in the API, they should be right.

Noticed while pursuing a different problem.  It's been wrong for quite
a long time, so back-patch to all supported branches.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0bdeb1d51d910e0e19dec3ce0396903ae7de5c74

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix advertised dispsize for libpq's sslmode connection parameter
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix advertised dispsize for libpq's sslmode connection parameter