Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0b627f

Browse files
committed
Remove patch version from script, add CHANGELOG
Since SQL should change between patch versions, no need to include it (makes upgrading easier).
1 parent e9d6274 commit f0b627f

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-09-22
2+
==========
3+
v2.10.1 - Updated for PostgreSQL 9.4 and 9.5.
4+
15
2014-01-10
26
==========
37
v2.10.0 - Merged [PR #17](https://github.com/aggregateknowledge/postgresql-hll/pull/17), cleaned up compiler warnings and test cruft, added binary IO type for hll.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OBJS = \
2020

2121
EXTENSION = hll
2222
DATA = \
23-
hll--2.10.0.sql \
23+
hll--2.10.sql \
2424
$(NULL)
2525

2626
EXTRA_CLEAN += -r $(RPM_BUILD_ROOT)
File renamed without changes.

hll.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# hll extension
1616
comment = 'type for storing hyperloglog data'
17-
default_version = '2.10.0'
17+
default_version = '2.10'
1818
module_pathname = '$libdir/hll'

0 commit comments

Comments
 (0)