citus/src
Christoph Berg 2d56be6983 Sort list of objects in src/backend/distributed/Makefile
Make's $(wildcard) does not sort the glob result, but returns filenames
in filesystem ordering. This makes the build result vary and hence
unreproducible on the binary level. Fix by adding $(sort).

Spotted by Debian's reproducible builds project.
2016-05-18 10:42:20 +02:00
..
backend Sort list of objects in src/backend/distributed/Makefile 2016-05-18 10:42:20 +02:00
bin Add deprecation warning to copy_to_distributed_table 2016-05-03 14:08:42 +02:00
include Add COPY support on worker nodes for append partitioned relations 2016-05-03 16:00:00 +03:00
test/regress Add multi_copy test outputs to gitignore 2016-05-10 13:36:56 -06:00