@@ -31,7 +31,7 @@ select * from nest();
3131 | "Startup Cost": 0.25, +
3232 | "Total Cost": 10.25, +
3333 | "Plan Rows": 1000, +
34- | "Plan Width": 40 +
34+ | "Plan Width": 36 +
3535 | } +
3636 | ]
3737 1 | [ +
@@ -44,7 +44,7 @@ select * from nest();
4444 | "Startup Cost": 0.00, +
4545 | "Total Cost": 12.50, +
4646 | "Plan Rows": 333, +
47- | "Plan Width": 40 , +
47+ | "Plan Width": 36 , +
4848 | "Filter": "(level >= 0)" +
4949 | } +
5050 | ]
@@ -75,7 +75,7 @@ select * from nest();
7575 | Startup Cost: 0.25 +
7676 | Total Cost: 10.25 +
7777 | Plan Rows: 1000 +
78- | Plan Width: 40
78+ | Plan Width: 36
7979 1 | Plan: +
8080 | Node Type: "Function Scan" +
8181 | Parallel Aware: false +
@@ -85,7 +85,7 @@ select * from nest();
8585 | Startup Cost: 0.00 +
8686 | Total Cost: 12.50 +
8787 | Plan Rows: 333 +
88- | Plan Width: 40 +
88+ | Plan Width: 36 +
8989 | Filter: "(level >= 0)"
9090(2 rows)
9191
@@ -115,7 +115,7 @@ select * from nest();
115115 | <Startup-Cost>0.25</Startup-Cost> +
116116 | <Total-Cost>10.25</Total-Cost> +
117117 | <Plan-Rows>1000</Plan-Rows> +
118- | <Plan-Width>40 </Plan-Width> +
118+ | <Plan-Width>36 </Plan-Width> +
119119 | </Plan> +
120120 | </explain>
121121 1 | <explain xmlns="http://www.postgresql.org/2009/explain">+
@@ -128,7 +128,7 @@ select * from nest();
128128 | <Startup-Cost>0.00</Startup-Cost> +
129129 | <Total-Cost>12.50</Total-Cost> +
130130 | <Plan-Rows>333</Plan-Rows> +
131- | <Plan-Width>40 </Plan-Width> +
131+ | <Plan-Width>36 </Plan-Width> +
132132 | <Filter>(level >= 0)</Filter> +
133133 | </Plan> +
134134 | </explain>
0 commit comments