mirror of
https://github.com/postgres/postgres.git
synced 2025-12-15 02:22:24 +03:00
pgindent run for 8.2.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/bin/psql/variables.h,v 1.19 2006/08/29 15:19:51 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/psql/variables.h,v 1.20 2006/10/04 00:30:06 momjian Exp $
|
||||
*/
|
||||
#ifndef VARIABLES_H
|
||||
#define VARIABLES_H
|
||||
@@ -39,7 +39,7 @@ typedef struct _variable *VariableSpace;
|
||||
VariableSpace CreateVariableSpace(void);
|
||||
const char *GetVariable(VariableSpace space, const char *name);
|
||||
|
||||
bool ParseVariableBool(const char *val);
|
||||
bool ParseVariableBool(const char *val);
|
||||
int ParseVariableNum(const char *val,
|
||||
int defaultval,
|
||||
int faultval,
|
||||
|
||||
Reference in New Issue
Block a user