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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Extend 'guc' regression test to check manipulations of datestyle
Date
Msg-id 20060813193106.87DF79FB218@postgresql.org
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: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Original coding of 'returning' regression test inadvertently
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: If test postmaster fails to start within 60 seconds, try to kill