|
|
@ -7,7 +7,7 @@ |
|
|
|
* |
|
|
|
* |
|
|
|
* |
|
|
|
* |
|
|
|
* IDENTIFICATION |
|
|
|
* IDENTIFICATION |
|
|
|
* $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 $ |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -83,10 +83,6 @@ |
|
|
|
#include <commands/async.h> |
|
|
|
#include <commands/async.h> |
|
|
|
#include <libpq/libpq.h> |
|
|
|
#include <libpq/libpq.h> |
|
|
|
|
|
|
|
|
|
|
|
#ifndef HAVE_STRDUP |
|
|
|
|
|
|
|
#include <port-protos.h> /* for strdup() */ |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <storage/lmgr.h> |
|
|
|
#include <storage/lmgr.h> |
|
|
|
|
|
|
|
|
|
|
|
static int notifyFrontEndPending = 0; |
|
|
|
static int notifyFrontEndPending = 0; |
|
|
|