mirror of https://github.com/citusdata/citus.git
update
parent
db4518ac34
commit
448ed95a9e
|
@ -0,0 +1 @@
|
|||
Subproject commit 3376bd6845f0614908ed304f5033bd644c82d3bf
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue