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 8dc48ba commit 0a0bd3dCopy full SHA for 0a0bd3d
src/backend/commands/async.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.29 1998/02/26 04:30:47 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.30 1998/04/01 03:13:37 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -83,10 +83,6 @@
83
#include <commands/async.h>
84
#include <libpq/libpq.h>
85
86
-#ifndef HAVE_STRDUP
87
-#include <port-protos.h> /* for strdup() */
88
-#endif
89
-
90
#include <storage/lmgr.h>
91
92
static int notifyFrontEndPending = 0;
0 commit comments