Skip to content
Snippets Groups Projects

chore: updated to pg16.2 timescaledb 2.14.0

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -106,7 +106,7 @@ RUN set -eux; \
cd "timescaledb"; \
cd build; \
# Test
sudo -u pgsqltest make VERBOSE=1 -j1 -l8 installcheck
sudo -u pgsqltest make VERBOSE=1 -j1 -l8 installcheck || cat test/regression.diffs && false
Loading