mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
pgindent run for 8.3.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.30 2007/08/04 01:26:54 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.31 2007/11/15 21:14:43 momjian Exp $
|
||||
*/
|
||||
#ifndef VARIABLE_H
|
||||
#define VARIABLE_H
|
||||
@ -19,7 +19,7 @@ extern const char *assign_timezone(const char *value,
|
||||
bool doit, GucSource source);
|
||||
extern const char *show_timezone(void);
|
||||
extern const char *assign_log_timezone(const char *value,
|
||||
bool doit, GucSource source);
|
||||
bool doit, GucSource source);
|
||||
extern const char *show_log_timezone(void);
|
||||
extern const char *assign_XactIsoLevel(const char *value,
|
||||
bool doit, GucSource source);
|
||||
|
Reference in New Issue
Block a user