1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add log_min_duration_statement.

Christopher Kings-Lynne
This commit is contained in:
Bruce Momjian
2003-06-11 18:01:14 +00:00
parent 8bfe93c5c8
commit b952d61c54
6 changed files with 66 additions and 14 deletions

View File

@ -7,7 +7,7 @@
* Copyright 2000-2003 by PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* $Id: guc.h,v 1.31 2003/05/06 20:26:28 tgl Exp $
* $Id: guc.h,v 1.32 2003/06/11 18:01:14 momjian Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H
@ -142,4 +142,6 @@ void write_nondefault_variables(GucContext context);
void read_nondefault_variables(void);
#endif
extern int log_min_duration_statement;
#endif /* GUC_H */