m3hm3t/dml_recursive-update
Mehmet YILMAZ 2024-11-11 15:48:54 +03:00
parent db4518ac34
commit 448ed95a9e
3 changed files with 5 additions and 4 deletions

1
citus-tools Submodule

@ -0,0 +1 @@
Subproject commit 3376bd6845f0614908ed304f5033bd644c82d3bf

View File

@ -1,6 +1,6 @@
-- Two alternative test outputs:
-- dml_recursive.out for PG16 and before
-- dml_recursive_0.out for PG17
-- dml_recursive_0.out for PG16 and before
-- dml_recursive.out for PG17
-- related commit
-- PostgreSQL 17 includes an enhancement that allows the optimizer to transform correlated IN subqueries into more efficient join operations.
-- https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9f1337639

View File

@ -1,6 +1,6 @@
-- Two alternative test outputs:
-- dml_recursive.out for PG16 and before
-- dml_recursive_0.out for PG17
-- dml_recursive_0.out for PG16 and before
-- dml_recursive.out for PG17
-- related commit
-- PostgreSQL 17 includes an enhancement that allows the optimizer to transform correlated IN subqueries into more efficient join operations.
-- https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9f1337639