Wrong comment in ReadControlFile

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Wrong comment in ReadControlFile
Date: 2009-02-07 09:08:04
Message-ID: 1233997684.1343.3.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
xlog_comment.patch text/x-patch 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-02-07 13:33:36 Re: Wrong comment in ReadControlFile
Previous Message Jaime Casanova 2009-02-07 05:10:24 Re: autovacuum and reloptions