mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
pgindent run.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: sinval.h,v 1.29 2002/08/29 21:02:12 momjian Exp $
|
||||
* $Id: sinval.h,v 1.30 2002/09/04 20:31:45 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -89,6 +89,6 @@ extern int CountActiveBackends(void);
|
||||
/* Use "struct PGPROC", not PGPROC, to avoid including proc.h here */
|
||||
extern struct PGPROC *BackendIdGetProc(BackendId procId);
|
||||
|
||||
extern int CountEmptyBackendSlots(void);
|
||||
extern int CountEmptyBackendSlots(void);
|
||||
|
||||
#endif /* SINVAL_H */
|
||||
|
||||
Reference in New Issue
Block a user