File tree 3 files changed +9
-3
lines changed
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
+
1
7
7.0: Sep 28, 2018
2
8
-----------------
3
9
* 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
2
2
3
3
* Import definitions.unit 2.44 from units 2.18 with 36 new units.
4
4
* Adjust powers.h to round "1" down by one ULP.
5
5
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
7
7
8
8
postgresql-unit (7.0-2) unstable; urgency=medium
9
9
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
10
10
PG_CONFIG=/usr/lib/postgresql/$PGVERSION /bin/pg_config
11
11
export PGCLUSTER=" $PGVERSION /main"
12
12
export PGPORT=" 54${PGVERSION/ ./ } "
13
- [ " $PGVERSION " = " 10 " ] && unset PGPORT # default version
13
+ [ " $PGVERSION " = " 11 " ] && unset PGPORT # default version
14
14
15
15
make clean
16
16
make PG_CONFIG=$PG_CONFIG PROFILE=" -Werror"
You can’t perform that action at this time.
0 commit comments