pgsql: Sort SUBDIRS variable in src/bin/Makefile - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Sort SUBDIRS variable in src/bin/Makefile
Date
Msg-id E1YUfen-0008NU-QT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Sort SUBDIRS variable in src/bin/Makefile

The previous order appears to have been historically grown randomness.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5a2a48f0367e24f8f12cfe0a90a886dae0db1ce2

Modified Files
--------------
src/bin/Makefile |   12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Cast to (void *) rather than (int *) when passing int64's to PQf
Next
From: Fujii Masao
Date:
Subject: pgsql: Add missing "goto err" statements in xlogreader.c.