*** pgsql/src/backend/utils/init/postinit.c 2009/01/01 17:23:51 1.187 --- pgsql/src/backend/utils/init/postinit.c 2009/02/18 15:58:41 1.188 *************** *** 8,14 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.186 2008/09/23 09:20:36 heikki Exp $ * * *------------------------------------------------------------------------- --- 8,14 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.187 2009/01/01 17:23:51 momjian Exp $ * * *------------------------------------------------------------------------- *************** InitCommunication(void) *** 324,330 **** * If you're wondering why this is separate from InitPostgres at all: * the critical distinction is that this stuff has to happen before we can * run XLOG-related initialization, which is done before InitPostgres --- in ! * fact, for cases such as checkpoint creation processes, InitPostgres may * never be done at all. */ void --- 324,330 ---- * If you're wondering why this is separate from InitPostgres at all: * the critical distinction is that this stuff has to happen before we can * run XLOG-related initialization, which is done before InitPostgres --- in ! * fact, for cases such as the background writer process, InitPostgres may * never be done at all. */ void