pgsql/src/interfaces/libpq fe-connect.c win32.h

Bruce Momjian - CVS <momjian@hub.org>

From: Bruce Momjian - CVS <momjian@hub.org>
To: pgsql-committers@postgresql.org
Date: 2001-07-21T04:32:42Z
Lists: pgsql-hackers
CVSROOT:	/home/projects/pgsql/cvsroot
Module name:	pgsql
Changes by:	momjian@hub.org	01/07/21 00:32:42

Modified files:
	src/interfaces/libpq: fe-connect.c win32.h 

Log message:
	I downloaded new source for lib (only few hours old !!!), and made
	changes on this new source to make non-blocking connection work. I
	tested it, and PQSendQuery and PQGetResult are working fine.
	
	In win32.h I added one line:
	#define snprintf _snprintf
	
	Darko Prenosil