Fix crash caused by NULL lookup when reporting IP address of failed
libpq connection, per report from Magnus. This happens only on GIT
master and only on Win32 because that is the platform where "" maps to
an IP address (localhost).
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=48da2b87e3f292534a26d3bacc2a13f7b62a34c8
Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
pgsql-committers by date
| Next: | From: Alvaro Herrera | Date: 2010-12-16 15:38:49 |
| Subject: pgsql: Simplify SignalSomeChildren(BACKEND_TYPE_ALL) toSignalChildren( |
| Previous: | From: User Merlinm | Date: 2010-12-16 14:42:09 |
| Subject: libpqtypes - libpqtypes: fixed type->array join to properly use typarray |