Wrong comment in ReadControlFile - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Wrong comment in ReadControlFile
Date
Msg-id 1233997684.1343.3.camel@localhost
Whole thread Raw
Responses Re: Wrong comment in ReadControlFile  (Bruce Momjian <bruce@momjian.us>)
Re: Wrong comment in ReadControlFile  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
When we have now collation per database I think following comment is
useless:

* (2) this code is executed in the postmaster, so the setlocale() will
* propagate to forked backends, which aren't going to read this file for
* themselves.    (These locale settings are considered critical
* compatibility items because they can affect sort order of indexes.)


Patch attached.

        Zdenek

Attachment

pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: autovacuum and reloptions
Next
From: Bruce Momjian
Date:
Subject: Re: Wrong comment in ReadControlFile