| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Extend 'guc' regression test to check manipulations of datestyle |
| Date: | 2006-08-13 19:31:06 |
| Message-ID: | 20060813193106.87DF79FB218@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-08-13 20:39:08 | pgsql: If test postmaster fails to start within 60 seconds, try to kill |
| Previous Message | Tom Lane | 2006-08-13 17:58:49 | pgsql: Original coding of 'returning' regression test inadvertently |