mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
pgindent run for 9.0
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.219 2010/02/20 21:24:02 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.220 2010/02/26 02:01:20 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* some of the information in this file should be moved to other files.
|
||||
@ -241,8 +241,8 @@ extern void PreventCommandIfReadOnly(const char *cmdname);
|
||||
extern void PreventCommandDuringRecovery(const char *cmdname);
|
||||
|
||||
/* in utils/misc/guc.c */
|
||||
extern int trace_recovery_messages;
|
||||
int trace_recovery(int trace_level);
|
||||
extern int trace_recovery_messages;
|
||||
int trace_recovery(int trace_level);
|
||||
|
||||
/*****************************************************************************
|
||||
* pdir.h -- *
|
||||
|
Reference in New Issue
Block a user