mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: elog.h,v 1.4 1997/09/07 05:02:27 momjian Exp $
|
||||
* $Id: elog.h,v 1.5 1997/09/08 02:39:39 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -33,10 +33,10 @@
|
||||
/* uncomment the following if you want your elog's to be timestamped */
|
||||
/* #define ELOG_TIMESTAMPS */
|
||||
|
||||
extern void elog(int lev, const char *fmt,...);
|
||||
extern void elog(int lev, const char *fmt,...);
|
||||
|
||||
#ifndef PG_STANDALONE
|
||||
int DebugFileOpen(void);
|
||||
int DebugFileOpen(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user