aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 05:00:38 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 05:00:38 +0000
commita71802e12ec04fed791ea47f24ea30e0f5d9f5c2 (patch)
tree80d29372e0bbdd85bc4938ec048fa565c98eac12 /src/backend/commands/async.c
parent9b645d481ccfa3638de915e0f75e3dfe9d520b79 (diff)
downloadpostgresql-a71802e12ec04fed791ea47f24ea30e0f5d9f5c2.tar.gz
postgresql-a71802e12ec04fed791ea47f24ea30e0f5d9f5c2.zip
Final cleanup.
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r--src/backend/commands/async.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c
index 24e5e86cd57..7fa337c196f 100644
--- a/src/backend/commands/async.c
+++ b/src/backend/commands/async.c
@@ -6,7 +6,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.50 1999/07/16 03:12:47 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.51 1999/07/16 04:58:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -85,17 +85,17 @@
#include "postgres.h"
-#include "commands/async.h"
#include "access/heapam.h"
#include "catalog/catname.h"
#include "catalog/pg_listener.h"
+#include "commands/async.h"
#include "lib/dllist.h"
#include "libpq/libpq.h"
#include "libpq/pqformat.h"
#include "miscadmin.h"
+#include "utils/ps_status.h"
#include "utils/syscache.h"
#include "utils/trace.h"
-#include "utils/ps_status.h"
/* stuff that we really ought not be touching directly :-( */
extern TransactionState CurrentTransactionState;