From 7dac778561808267a064c0709e44a19057ab52f5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Jun 2001 16:14:44 +0000 Subject: Add GUC setting for Australian timezones. Uses new GUC boolean callback functions to clear date cache. Allow regression tests to pass when timezone set. --- src/backend/utils/misc/postgresql.conf.sample | 28 ++++++++++----------------- 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'src/backend/utils/misc/postgresql.conf.sample') diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index a493eed21e8..a77666d9f44 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -84,24 +84,6 @@ #geqo_random_seed = -1 # auto-compute seed -# -# Inheritance -# -#sql_inheritance = true - - -# -# Deadlock -# -#deadlock_timeout = 1000 - - -# -# Expression Depth Limitation -# -#max_expr_depth = 10000 # min 10 - - # # Write-ahead log (WAL) # @@ -172,3 +154,13 @@ #trace_lock_oidmin = 16384 #trace_lock_table = 0 #endif + + +# +# Misc +# +#sql_inheritance = true +#australian_timezones = false +#deadlock_timeout = 1000 +#max_expr_depth = 10000 # min 10 + -- cgit v1.2.3