pgsql: Refuse "local" lines in pg_hba.conf on platforms that don't supp

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Refuse "local" lines in pg_hba.conf on platforms that don't supp
Дата
Msg-id E1QR7RV-00038d-NR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refuse "local" lines in pg_hba.conf on platforms that don't support it

This makes the behavior compatible with that of hostssl, which
also throws an error when there is no SSL support included.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5830f69665053f78cfd31e39f40bb23ad91748a8

Modified Files
--------------
src/backend/libpq/hba.c |    9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Don't include local line on platforms without support
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Don't recommend upgrading to latest available Windows SDK