postgresql/src/interfaces
Tatsuo Ishii 1deb6e7d41 Fix PQsetdbLogin() backward compatibility problem.
If pghost == "" and pgport == "" then PQsetdbLogin() fails with a
error message:

 Is the postmaster running locally
        and accepting connections on Unix socket '/tmp/.s.PGSQL.0'?

I see many applications such as PHP fails due to this behavior.
Now if pgport == "", then it is assumed to be a DEF_PGPORT_STR. This
is the same behavior as the version prior 7.1.
2000-12-22 07:59:32 +00:00
..
cli Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
ecpg - Synced gram.y and preproc.y. 2000-12-18 11:33:55 +00:00
jdbc In looking at the 7.1beta1 code for JDBC, I noticed that support was 2000-12-22 03:08:52 +00:00
libpgeasy Use $(filter ...), not $(findstring ...). 2000-10-31 14:37:25 +00:00
libpgtcl Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
libpq Fix PQsetdbLogin() backward compatibility problem. 2000-12-22 07:59:32 +00:00
libpq++ Polish shared library build to reduce number of special hacks. In 2000-10-23 21:44:12 +00:00
odbc Remove inclusions of <malloc.h>. 2000-12-19 17:52:27 +00:00
perl5 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
python Update to PyGreSQL 3.1: 2000-11-10 22:29:21 +00:00
Makefile Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 2000-09-25 22:23:01 +00:00