Skip to content

Commit

Permalink
Stamp 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Oct 28, 2024
1 parent b4b044d commit d932a65
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 tdigest--1.4.0--1.4.1.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 tdigest--1.4.1--1.4.2.sql
MODULES = tdigest

CFLAGS=`pg_config --includedir-server`
Expand Down
Empty file added tdigest--1.4.1--1.4.2.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.1'
default_version = '1.4.2'
relocatable = true
1 change: 1 addition & 0 deletions test/sql/basic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ SET client_min_messages = 'WARNING';
\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
\i tdigest--1.4.1--1.4.2.sql
SET client_min_messages = 'NOTICE';
SET extra_float_digits = 0;

Expand Down

0 comments on commit d932a65

Please sign in to comment.