Skip to content

Commit

Permalink
Stamp 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Sep 25, 2023
1 parent eb647d1 commit bbae8f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODULE_big = tdigest
OBJS = tdigest.o

EXTENSION = tdigest
DATA = tdigest--1.0.0.sql tdigest--1.0.0--1.0.1.sql tdigest--1.0.1--1.2.0.sql tdigest--1.2.0--1.3.0.sql tdigest--1.3.0--1.4.0.sql
DATA = tdigest--1.0.0.sql tdigest--1.0.0--1.0.1.sql tdigest--1.0.1--1.2.0.sql tdigest--1.2.0--1.3.0.sql tdigest--1.3.0--1.4.0.sql tdigest--1.4.0--1.4.1.sql
MODULES = tdigest

CFLAGS=`pg_config --includedir-server`
Expand Down
Empty file added tdigest--1.4.0--1.4.1.sql
Empty file.
2 changes: 1 addition & 1 deletion tdigest.control
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
comment = 'Provides tdigest aggregate function.'
default_version = '1.4.0'
default_version = '1.4.1'
relocatable = true
1 change: 1 addition & 0 deletions test/sql/basic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SET client_min_messages = 'WARNING';
\i tdigest--1.0.1--1.2.0.sql
\i tdigest--1.2.0--1.3.0.sql
\i tdigest--1.3.0--1.4.0.sql
\i tdigest--1.4.0--1.4.1.sql
SET client_min_messages = 'NOTICE';
SET extra_float_digits = 0;

Expand Down

0 comments on commit bbae8f7

Please sign in to comment.