mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Add GUC setting for Australian timezones. Uses new GUC boolean callback
functions to clear date cache. Allow regression tests to pass when timezone set.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user