Re: Configuration include directory
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Heikki Linnakangas <hlinnakangas@vmware.com>
Cc: Selena Deckelmann <selena@chesnok.com>, Noah Misch <noah@leadboat.com>, Greg Smith <greg@2ndquadrant.com>, Magnus Hagander <magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-09-24T14:24:56Z
Lists: pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes: > This seems pretty much ready to commit. One tiny detail that I'd like to > clarify: the docs say: >> Multiple files within an include directory are ordered by an alphanumeric sorting, so that ones beginning with numbers are considered before those starting with letters. > To be more precise, the patch uses strcmp() for the comparisons. Just say it sorts the file names according to C locale rules. regards, tom lane