pgsql: Move processing of startup-packet switches and GUC settings into

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Move processing of startup-packet switches and GUC settings into
Дата
Msg-id 20090901000942.EB90975331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Move processing of startup-packet switches and GUC settings into InitPostgres,
to fix the problem that SetClientEncoding needs to be done before
InitializeClientEncoding, as reported by Zdenek Kotala.  We get at least
the small consolation of being able to remove the bizarre API detail that
had InitPostgres returning whether user is a superuser.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.571 -> r1.572)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c?r1=1.571&r2=1.572)
    pgsql/src/backend/utils/init:
        postinit.c (r1.196 -> r1.197)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c?r1=1.196&r2=1.197)
    pgsql/src/include:
        miscadmin.h (r1.213 -> r1.214)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/miscadmin.h?r1=1.213&r2=1.214)
    pgsql/src/include/tcop:
        tcopprot.h (r1.99 -> r1.100)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/tcop/tcopprot.h?r1=1.99&r2=1.100)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Track the current XID wrap limit (or more accurately, the oldest
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Remove flatfiles.c, which is now obsolete.