pgsql: Extend 'guc' regression test to check manipulations of datestyle - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Extend 'guc' regression test to check manipulations of datestyle
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/test/regress/sql:
        guc.sql (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/guc.sql.diff?r1=1.1&r2=1.2)
    pgsql/src/test/regress/expected:
        guc.out (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/guc.out.diff?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Original coding of 'returning' regression test inadvertently
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: If test postmaster fails to start within 60 seconds, try to kill