]> granicus.if.org Git - postgresql/commit
Remove no-longer-necessary transmission of postmaster's LC_COLLATE and
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jul 2009 18:55:35 +0000 (18:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jul 2009 18:55:35 +0000 (18:55 +0000)
commitb11ce5608ab7b053478a6180d98818c02df40f46
treea824ebfd16d0b0866d16bcad238c29481646c686
parente5bb0f04db225a06e08b9b74cde82325c87a8de3
Remove no-longer-necessary transmission of postmaster's LC_COLLATE and
LC_CTYPE settings to children via BackendParameters.  Per discussion,
the postmaster is now just using system defaults anyway, so we might as
well save a few cycles during backend startup.
src/backend/postmaster/postmaster.c