Обсуждение: pgsql: Fix previous patch so it also works if not USE_SSL (mea culpa).

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

pgsql: Fix previous patch so it also works if not USE_SSL (mea culpa).

От
Tom Lane
Дата:
Fix previous patch so it also works if not USE_SSL (mea culpa).

On balance, the need to cover this case changes my mind in favor of pushing
all error-message generation duties into the two fe-secure.c routines.
So do it that way.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/16976b026a80567695e68a52592a73a75dc391ed

Modified Files
--------------
src/interfaces/libpq/fe-misc.c   |   58 ++--------
src/interfaces/libpq/fe-secure.c |  212 +++++++++++++++++++++++++++++---------
2 files changed, 173 insertions(+), 97 deletions(-)