pgsql: Extend 'guc' regression test to check manipulations of datestyle

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Extend 'guc' regression test to check manipulations of datestyle
Дата
Msg-id 20060813193106.87DF79FB218@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Original coding of 'returning' regression test inadvertently
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: If test postmaster fails to start within 60 seconds, try to kill