pgsql: Adjust with-system-tzdata patch to not attempt to install a

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Adjust with-system-tzdata patch to not attempt to install a
Дата
Msg-id 20070825202925.EF1B47541FB@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust with-system-tzdata patch to not attempt to install a symlink,
but just hardwire the specified timezone database path into the executable.
Per discussion, this avoids some packaging disadvantages of using a
symlink.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        installation.sgml (r1.291 -> r1.292)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.291&r2=1.292)
    pgsql/src/timezone:
        Makefile (r1.27 -> r1.28)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/Makefile?r1=1.27&r2=1.28)
        pgtz.c (r1.53 -> r1.54)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.53&r2=1.54)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Code review for btreefuncs additions: restrict to superusers to