python - be: Reorder initialization process.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Reorder initialization process.
Дата
Msg-id 20050717214326.6BE1C6B9802@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Reorder initialization process.
Don't import everything on _init. Helps with portability to not rely on it so
heavily. Also, the new style allows for more incremental initialization that
gives the user the ability to attempt fixes between attempts.
(tho, unlikely to occur often).

Modified Files:
--------------
    be/src:
        pl.c (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.23&r2=1.24)

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

Предыдущее
От: andrewd@pgfoundry.org (User Andrewd)
Дата:
Сообщение: pgbuildfarm - client-code: add Tom Lane's warning regarding 5 digit
Следующее
От: t-ishii@pgfoundry.org (User T-ishii)
Дата:
Сообщение: pgpool - pgpool: version 2.6.1.