]> git.ipfire.org Git - thirdparty/postgresql.git/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:42 +0000 (18:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jul 2009 18:55:42 +0000 (18:55 +0000)
commit4f6bcc83144d7efa7df542e856bad611f51b449a
tree457cb36a3d31f6bba6f34dc5fbe30019718054d3
parent35863c9557085d0a116ffb48dc371efe18b85fea
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