Skip to content

Commit

Permalink
Update pgtap digest to 2e4be23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent f229e7c commit db013d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgtap
Submodule pgtap updated 56 files
+1 −1 .github/workflows/release.yml
+10 −6 .github/workflows/test.yml
+8 −1 .gitignore
+103 −4 Changes
+4 −4 META.json
+10 −13 Makefile
+2 −8 README.md
+1 −1 compat/10/pgtap--0.98.0--0.99.0.patch
+1 −1 compat/9.4/pgtap--0.99.0--1.0.0.patch
+1 −1 compat/9.6/pgtap--0.97.0--0.98.0.patch
+4 −6 compat/install-9.1.patch
+2 −2 compat/install-9.2.patch
+3 −3 compat/install-9.4.patch
+1 −1 compat/install-9.6.patch
+14 −2 contrib/pgtap.spec
+148 −96 doc/pgtap.mmd
+1 −1 pgtap.control
+1 −2 release.md
+0 −8 sql/pgtap--1.1.0--1.2.0.sql
+495 −0 sql/pgtap--1.2.0--1.3.0.sql
+213 −0 sql/pgtap--1.3.0--1.3.1.sql
+34 −0 sql/pgtap--1.3.1--1.3.2.sql
+42 −0 sql/pgtap--1.3.2--1.3.3.sql
+17 −0 sql/pgtap--1.3.3--1.3.4.sql
+160 −68 sql/pgtap.sql.in
+217 −184 test/expected/coltap.out
+53 −51 test/expected/fktap.out
+1,049 −953 test/expected/functap.out
+826 −817 test/expected/hastap.out
+94 −82 test/expected/pktap.out
+6 −6 test/expected/ruletap.out
+9 −8 test/expected/runjusttests.out
+8 −8 test/expected/runjusttests_1.out
+8 −8 test/expected/runjusttests_2.out
+8 −8 test/expected/runjusttests_3.out
+8 −8 test/expected/runjusttests_4.out
+8 −9 test/expected/runjusttests_5.out
+8 −8 test/expected/runjusttests_6.out
+1 −1 test/expected/runnotests.out
+59 −34 test/expected/runtests.out
+59 −36 test/expected/runtests_1.out
+69 −36 test/expected/runtests_2.out
+70 −34 test/expected/runtests_3.out
+52 −36 test/expected/runtests_4.out
+0 −66 test/expected/runtests_5.out
+0 −158 test/expected/runtests_6.out
+1 −0 test/setup.sql
+18 −5 test/sql/aretap.sql
+119 −19 test/sql/coltap.sql
+30 −1 test/sql/fktap.sql
+420 −140 test/sql/functap.sql
+117 −91 test/sql/hastap.sql
+34 −1 test/sql/pktap.sql
+13 −12 test/sql/ruletap.sql
+16 −0 test/sql/runtests.sql
+1 −8 tools/util.sh

0 comments on commit db013d9

Please sign in to comment.