We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682ccb8 commit ec610a7Copy full SHA for ec610a7
src/interfaces/libpq/fe-connect.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.9 1996/10/10 08:20:09 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.10 1996/10/15 07:16:41 bryanh Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -338,7 +338,7 @@ freePGconn(PGconn *conn)
338
static void
339
closePGconn(PGconn *conn)
340
{
341
- const struct sigaction ignore_action = {SIG_IGN, 0, 0, NULL};
+ const struct sigaction ignore_action = {SIG_IGN, 0, 0};
342
struct sigaction oldaction;
343
344
/* If connection is already gone, that's cool. No reason for kernel
0 commit comments