• Tom Lane's avatar
    Extend 'guc' regression test to check manipulations of datestyle as · a1dad99c
    Tom Lane authored
    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.
    a1dad99c
guc.sql 3.17 KB