mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 03:17:00 +08:00
Add GUC temp_tablespaces to provide a default location for temporary
objects. Jaime Casanova
This commit is contained in:
@ -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.78 2007/01/09 21:31:17 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.79 2007/01/25 04:35:11 momjian Exp $
|
||||
*--------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef GUC_H
|
||||
@ -238,4 +238,8 @@ 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 */
|
||||
|
||||
Reference in New Issue
Block a user