Extend 'guc' regression test to check manipulations of datestyle as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a1dad99c63c0e68937c2c51cdf98a1076b189ef5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-13T19:31:06Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/test/regress/expected/guc.out modified +286 −9
src/test/regress/sql/guc.sql modified +61 −3