Log Message:
-----------
Postpone pg_timezone_initialize() until after creation of postmaster.pid,
since it can take a fair amount of time and this can confuse boot scripts
that expect postmaster.pid to appear quickly.  Move initialization of SSL
library and preloaded libraries to after that point, too, just for luck.
Per reports from Tony Caduto and others.

Modified Files:
--------------
    pgsql/src/backend/bootstrap:
        bootstrap.c (r1.207 -> r1.208)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/bootstrap/bootstrap.c.diff?r1=1.207&r2=1.208)
    pgsql/src/backend/postmaster:
        postmaster.c (r1.470 -> r1.471)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.470&r2=1.471)
    pgsql/src/backend/tcop:
        postgres.c (r1.466 -> r1.467)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.466&r2=1.467)
    pgsql/src/backend/utils/misc:
        guc.c (r1.294 -> r1.295)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.294&r2=1.295)

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to