Skip to content

Commit 3100002

Browse files
author
Potapov Alexander
committed
PGPRO-11987 Support new Optimizer's behaviour in regression tests
1 parent b6e5430 commit 3100002

30 files changed

+4078
-144
lines changed

Diff for: expected/altorder.out

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
* NOTE: This test behaves differenly
44
* ------------------------------------
55
*
6-
* altorder.out - test output for 64-bit systems and
7-
* altorder_1.out - test output for 32-bit systems.
6+
* altorder.out - test output for 64-bit systems
7+
* altorder_1.out - test output for 32-bit systems
8+
*
9+
* Since c01743aa486 (>=18) EXPLAIN output was changed,
10+
* now it includes the number of disabled nodes
11+
*
12+
* altorder_2.out - test output for 32-bit systems (>=18)
813
*
914
*/
1015
CREATE TABLE atsts (id int, t tsvector, d timestamp);

Diff for: expected/altorder_1.out

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
* NOTE: This test behaves differenly
44
* ------------------------------------
55
*
6-
* altorder.out - test output for 64-bit systems and
7-
* altorder_1.out - test output for 32-bit systems.
6+
* altorder.out - test output for 64-bit systems
7+
* altorder_1.out - test output for 32-bit systems
8+
*
9+
* Since c01743aa486 (>=18) EXPLAIN output was changed,
10+
* now it includes the number of disabled nodes
11+
*
12+
* altorder_2.out - test output for 32-bit systems (>=18)
813
*
914
*/
1015
CREATE TABLE atsts (id int, t tsvector, d timestamp);

0 commit comments

Comments
 (0)