patch-dirty

text/plain

Filename: patch-dirty
Type: text/plain
Part: 0
Message: Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5
--- pgsql.orig/src/interfaces/libpq/fe-secure.c	2003-11-01 22:28:13.000000000 +0100
+++ pgsql/src/interfaces/libpq/fe-secure.c	2003-11-01 22:27:21.000000000 +0100
@@ -348,7 +348,7 @@
 	ssize_t		n;
 
 #ifndef WIN32
-	pqsigfunc	oldsighandler = pqsignal(SIGPIPE, SIG_IGN);
+/*	pqsigfunc	oldsighandler = pqsignal(SIGPIPE, SIG_IGN); */
 #endif
 
 #ifdef USE_SSL
@@ -408,7 +408,7 @@
 		n = send(conn->sock, ptr, len, 0);
 
 #ifndef WIN32
-	pqsignal(SIGPIPE, oldsighandler);
+/*	pqsignal(SIGPIPE, oldsighandler); */
 #endif
 
 	return n;