Remove no-longer-necessary transmission of postmaster's LC_COLLATE and
commit14099ada94123c9f8be7cb33b07b556d794ee1bb
authortgl <tgl>
Wed, 8 Jul 2009 18:55:35 +0000 (8 18:55 +0000)
committertgl <tgl>
Wed, 8 Jul 2009 18:55:35 +0000 (8 18:55 +0000)
tree41a85f9e8a4bf03673b193adc500e1eb94335812
parent4098b75b7d8610c595f712e39650156b244c368c
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