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
Sort compendium lists for msgmerge
That way, the result of a msgmerge is more deterministic and not
dependent on the order in which the files are found.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/54d792f3e5a31d993aeee420e98adab0a0419e43
Modified Files
-
Run "make all" as a prerequisite of "make check"
This is the standard behavior but was forgotten in some places.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c317a3ac167d36244e8dd5add679b4e9ff36ea16
Modified Files
--
contrib/pg_upgrade/Makefile |2
Remove support for on_exit()
All supported platforms support the C89 standard function atexit()
(SunOS 4 probably being the last one not to), and supporting both
makes the code clumsy.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d383c23f6fbc4a79dae66483cf4f705112
Standardize treatment of strcmp() return value
Always compare the return value to 0, don't use cute tricks like
if (!strcmp(...)).
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/037a82704ce644e2b1c3946345b5caddb1a5
Modified Files
--
contrib/fuzzystr