python - be: Reorder initialization process. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Reorder initialization process.
Date
Msg-id 20050717214326.6BE1C6B9802@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: add Tom Lane's warning regarding 5 digit
Next
From: t-ishii@pgfoundry.org (User T-ishii)
Date:
Subject: pgpool - pgpool: version 2.6.1.