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/catalog | |
| parent | 6378fdd971eccc2ad4acd015b8e1baa27e0910a6 (diff) | |
| download | postgresql-59d591e79a4a2b5716ee9f52a1bc522eb629543d.tar.gz | |
Back out RESET CONNECTION until there is more discussion.
Diffstat (limited to 'src/include/catalog')
| -rw-r--r-- | src/include/catalog/namespace.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h index e398564279..e1389bc224 100644 --- a/src/include/catalog/namespace.h +++ b/src/include/catalog/namespace.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/namespace.h,v 1.40 2006/04/25 14:09:16 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/namespace.h,v 1.41 2006/04/25 14:11:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -74,8 +74,6 @@ extern void PopSpecialNamespace(Oid namespaceId); extern Oid FindConversionByName(List *conname); extern Oid FindDefaultConversionProc(int4 for_encoding, int4 to_encoding); -extern void RemoveTempRelations(Oid tempNamespaceId); - /* initialization & transaction cleanup code */ extern void InitializeSearchPath(void); extern void AtEOXact_Namespace(bool isCommit); |
