File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ 7.1: Dec 3, 2018
2+ ----------------
3+ * Import definitions.unit 2.44 from units 2.18 with 36 new units.
4+ When upgrading from a previous install, use ` SELECT unit_load(); ` to import.
5+ * Adjust powers.h to round "1" down by one ULP.
6+
177.0: Sep 28, 2018
28-----------------
39* Format time using commonyears + days + hh:mm: ss .sss s.
Original file line number Diff line number Diff line change 1- postgresql-unit (7.0-3) UNRELEASED ; urgency=medium
1+ postgresql-unit (7.1-1) unstable ; urgency=medium
22
33 * Import definitions.unit 2.44 from units 2.18 with 36 new units.
44 * Adjust powers.h to round "1" down by one ULP.
55
6- -- Christoph Berg <
[email protected] >
Wed, 31 Oct 2018
22:43:09 +0100
6+ -- Christoph Berg <
[email protected] >
Mon, 03 Dec 2018
09:51:31 +0100
77
88postgresql-unit (7.0-2) unstable; urgency=medium
99
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ for PGVERSION in ${*:-10 11 12 9.6 9.5}; do
1010 PG_CONFIG=/usr/lib/postgresql/$PGVERSION /bin/pg_config
1111 export PGCLUSTER=" $PGVERSION /main"
1212 export PGPORT=" 54${PGVERSION/ ./ } "
13- [ " $PGVERSION " = " 10 " ] && unset PGPORT # default version
13+ [ " $PGVERSION " = " 11 " ] && unset PGPORT # default version
1414
1515 make clean
1616 make PG_CONFIG=$PG_CONFIG PROFILE=" -Werror"
You can’t perform that action at this time.
0 commit comments