diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-04-25 14:11:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-04-25 14:11:59 +0000 |
commit | 59d591e79a4a2b5716ee9f52a1bc522eb629543d (patch) | |
tree | 27fe60dba7683af65b2a0b2e9ec15e4a9462f646 /src/include/commands/async.h | |
parent | 6378fdd971eccc2ad4acd015b8e1baa27e0910a6 (diff) | |
download | postgresql-59d591e79a4a2b5716ee9f52a1bc522eb629543d.tar.gz postgresql-59d591e79a4a2b5716ee9f52a1bc522eb629543d.zip |
Back out RESET CONNECTION until there is more discussion.
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r-- | src/include/commands/async.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index b6ccda39c1f..fbec7256179 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.32 2006/04/25 14:09:17 momjian Exp $ + * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.33 2006/04/25 14:11:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,7 +19,6 @@ extern bool Trace_notify; extern void Async_Notify(const char *relname); extern void Async_Listen(const char *relname); extern void Async_Unlisten(const char *relname); -extern void Async_UnlistenAll(void); /* perform (or cancel) outbound notify processing at transaction commit */ extern void AtCommit_Notify(void); |