postgresql/src/interfaces
Bruce Momjian b6d2faaf24 Hello, i noticed that win32 native stopped working/compiling after the SSL merge
.
So i took the opportunity to fix some stuff:

1. Made the thing compile (typos & needed definitions) with the new pqsecure_* s
tuff, and added fe-secure.c to the win32.mak makefile.
2. Fixed some MULTIBYTE compile errors (when building without MB support).
3. Made it do that you can build with debug info: "nmake -f win32.mak DEBUG=1".
4. Misc small compiler speedup changes.

The resulting .dll has been tested in production, and everything seems ok.
I CC:ed -hackers because i'm not sure about two things:

1. In libpq-int.h I typedef ssize_t as an int because Visual C (v6.0)
doesn't de fine ssize_t. Is that ok, or is there any standard about what
type should be use d for ssize_t?

2. To keep the .dll api consistent regarding MULTIBYTE I just return -1
in fe-connect.c:PQsetClientEncoding() instead of taking away the whole
function. I wonder if i should do any compares with the
conn->client_encoding and return 0 if not hing would have changed (if so
how do i check that?).

Regards

Magnus Naeslund
2002-07-20 05:43:31 +00:00
..
cli Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
ecpg Remove certain Makefile dependencies by using full pathnames in 2002-07-15 21:34:05 +00:00
jdbc fixed bug in support for timestamp without time zone reported by Yuva Chandolu (ychandolu@ebates.com) 2002-07-16 21:05:17 +00:00
libpgeasy Remove int16 from libpgeasy examples. Improve error reporting. 2002-06-07 16:53:40 +00:00
libpgtcl Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpq++ Fix for PgTransaction class to make these visible to C apps: 2002-07-18 04:49:30 +00:00
odbc Fix a bug about the handling of '.' in parse.c. 2002-07-15 02:56:39 +00:00
perl5 Allow pod2man 5.005p3 to work with our current sources. 2002-06-02 21:37:26 +00:00
python Small patch to correct the default arraysize associated 2002-06-03 17:42:11 +00:00
ssl Attached are a revised set of SSL patches. Many of these patches 2002-06-14 03:56:47 +00:00
Makefile Recursive distclean shouldn't depend on recursive clean. Subdirectories 2001-03-09 21:50:27 +00:00