pgsql: Sort $(wildcard) output where needed for reproducible build outp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Sort $(wildcard) output where needed for reproducible build outp
Дата
Msg-id E1aGYVi-00051L-0W@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Sort $(wildcard) output where needed for reproducible build output.

The order of inclusion of .o files makes a difference in linker output;
not a functional difference, but still a bitwise difference, which annoys
some packagers who would like reproducible builds.

Report and patch by Christoph Berg

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3343ea9e8ea4f552b3f6e5436938f2f0e153b947

Modified Files
--------------
contrib/hstore_plperl/Makefile   |    2 +-
contrib/hstore_plpython/Makefile |    4 ++--
contrib/ltree_plpython/Makefile  |    4 ++--
src/bin/pg_xlogdump/Makefile     |    2 +-
4 files changed, 6 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make pg_receivexlog silent with 9.3 and older servers
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Sort $(wildcard) output where needed for reproducible build outp