]> granicus.if.org Git - postgresql/commit
Extend 'guc' regression test to check manipulations of datestyle as
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Aug 2006 19:31:06 +0000 (19:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Aug 2006 19:31:06 +0000 (19:31 +0000)
commita1dad99c63c0e68937c2c51cdf98a1076b189ef5
tree45b3527791953fc136e8af86e8a61aede732e99d
parentd2ccc707af4d0eb45b907383f6b274060d1f6e16
Extend 'guc' regression test to check manipulations of datestyle as
well as vacuum_cost_delay.  Since datestyle is a string variable,
this exercises memory allocation issues that might not appear when
modifying an integer GUC variable.  Also, we can observe the side
effects of changing datestyle to check that assign hooks are called
at the right times.
src/test/regress/expected/guc.out
src/test/regress/sql/guc.sql