Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 065accd

Browse files
authored
Merge pull request #152 from postgrespro/PGPRO-11987-2
PGPRO-11987 Support new Optimizer's behaviour in regression tests
2 parents 78c348b + e3ddcda commit 065accd

30 files changed

+4095
-144
lines changed

expected/altorder.out

Lines changed: 7 additions & 2 deletions
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);

expected/altorder_1.out

Lines changed: 7 additions & 2 deletions
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)