diff options
Diffstat (limited to 'src/include/utils/guc.h')
-rw-r--r-- | src/include/utils/guc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 51cc05a7a73..3efb8618938 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -7,7 +7,7 @@ * Copyright (c) 2000-2007, PostgreSQL Global Development Group * Written by Peter Eisentraut <peter_e@gmx.net>. * - * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.79 2007/01/25 04:35:11 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.80 2007/03/06 02:06:15 momjian Exp $ *-------------------------------------------------------------------- */ #ifndef GUC_H @@ -238,8 +238,4 @@ extern const char *assign_search_path(const char *newval, extern const char *assign_xlog_sync_method(const char *method, bool doit, GucSource source); -/* in commands/tablespace.c */ -extern const char *assign_temp_tablespaces(const char *newval, - bool doit, GucSource source); - #endif /* GUC_H */ |