pgsql: Remove use of a regex character class in resultmap (for freebsd

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove use of a regex character class in resultmap (for freebsd
Дата
Msg-id 20060803170400.597649FB213@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove use of a regex character class in resultmap (for freebsd version
check).  This isn't supported by pg_regress since the recent rewrite
into C.  While we could add char classes to pg_regress.c's code, it's
not really needed at the moment: thanks to Andrew's patch to make
pg_regress always accept the 'standard' comparison file, we can just
drop the version check.

Modified Files:
--------------
    pgsql/src/test/regress:
        resultmap (r1.82 -> r1.83)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/resultmap.diff?r1=1.82&r2=1.83)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations