diff options
Diffstat (limited to 'src/include/utils/guc.h')
-rw-r--r-- | src/include/utils/guc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index c9b4b93ce51..2926f0a4134 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -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 */ |