Skip to content

Commit 73aafcf

Browse files
Merge pull request #283 from postgrespro/PGPRO-10245
PGPRO-10245: fix pathman_upd_del test
2 parents a0025f4 + 810d906 commit 73aafcf

6 files changed

+479
-0
lines changed

expected/pathman_upd_del.out

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* plans here. There is an option to forcibly make them MATERIALIZED, but we
1010
* also need to run tests on older versions, so put updated plans in
1111
* pathman_upd_del_2.out instead.
12+
*
13+
* In Postgres Pro Standard/Enterprise 15+ the EXPLAIN output has changed so put
14+
* the updated plan in pathman_upd_del_4.out.
1215
*/
1316
\set VERBOSITY terse
1417
SET search_path = 'public';

expected/pathman_upd_del_1.out

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* plans here. There is an option to forcibly make them MATERIALIZED, but we
1010
* also need to run tests on older versions, so put updated plans in
1111
* pathman_upd_del_2.out instead.
12+
*
13+
* In Postgres Pro Standard/Enterprise 15+ the EXPLAIN output has changed so put
14+
* the updated plan in pathman_upd_del_4.out.
1215
*/
1316
\set VERBOSITY terse
1417
SET search_path = 'public';

expected/pathman_upd_del_2.out

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* plans here. There is an option to forcibly make them MATERIALIZED, but we
1010
* also need to run tests on older versions, so put updated plans in
1111
* pathman_upd_del_2.out instead.
12+
*
13+
* In Postgres Pro Standard/Enterprise 15+ the EXPLAIN output has changed so put
14+
* the updated plan in pathman_upd_del_4.out.
1215
*/
1316
\set VERBOSITY terse
1417
SET search_path = 'public';

expected/pathman_upd_del_3.out

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* plans here. There is an option to forcibly make them MATERIALIZED, but we
1010
* also need to run tests on older versions, so put updated plans in
1111
* pathman_upd_del_2.out instead.
12+
*
13+
* In Postgres Pro Standard/Enterprise 15+ the EXPLAIN output has changed so put
14+
* the updated plan in pathman_upd_del_4.out.
1215
*/
1316
\set VERBOSITY terse
1417
SET search_path = 'public';

0 commit comments

Comments
 (0)