mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var'
|
||||
* statements
|
||||
*
|
||||
* $Id: variable.h,v 1.16 2001/10/28 06:26:06 momjian Exp $
|
||||
* $Id: variable.h,v 1.17 2001/11/05 17:46:33 momjian Exp $
|
||||
*
|
||||
*/
|
||||
#ifndef VARIABLE_H
|
||||
@@ -15,4 +15,4 @@ extern void ResetPGVariable(const char *name);
|
||||
extern void set_default_datestyle(void);
|
||||
extern void set_default_client_encoding(void);
|
||||
|
||||
#endif /* VARIABLE_H */
|
||||
#endif /* VARIABLE_H */
|
||||
|
||||
Reference in New Issue
Block a user