pgsql: Sort file list when creating gettext-files

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sort file list when creating gettext-files
Date: 2011-12-27 18:24:50
Message-ID: E1Rfbhi-0001th-O5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sort file list when creating gettext-files

That way, the created .pot file is more deterministic and not
dependent on the order in which the files are found.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9099d84374eb71860dc881c7a158f8f1262b5734

Modified Files
--------------
src/backend/nls.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-12-27 18:30:26 pgsql: Run "make all" as a prerequisite of "make check"
Previous Message Alvaro Herrera 2011-12-26 22:11:26 pgsql: Minor enhancements to MVCC chapter