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

Commit 3f1b1db

Browse files
committed
Cleanup of outnodes.
1 parent e9dc636 commit 3f1b1db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/man/explain.l

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.6 1998/01/07 15:32:47 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.7 1998/01/07 15:40:17 momjian Exp $
44
.TH EXPLAIN SQL 06/12/97 PostgreSQL PostgreSQL
55
.SH NAME
66
explain \(em explains statement execution details
@@ -29,16 +29,16 @@ EXPLAIN
2929
tgl=> explain verbose select sum(a) from test;
3030
NOTICE:QUERY PLAN:
3131

32-
{AGG :cost 0 :size 0 :width 0 :state "" :qptargetlist
32+
{AGG :cost 0 :size 0 :width 0 :state <> :qptargetlist
3333
({TLE :resdom {RESDOM :resno 1 :restype 700 :reslen 4 :resname "sum"
3434
:reskey 0 :reskeyop 0 :resjunk 0}
3535
:expr {AGGREG :aggname "sum" :basetype 700 :aggtype 700 :aggno 0
3636
:target {VAR :varno 1 :varattno 1 :vartype 700 :varnoold 1 :varoattno 1}}})
37-
:qpqual "" :lefttree {SEQSCAN :cost 0 :size 0 :width 4 :state ""
37+
:qpqual <> :lefttree {SEQSCAN :cost 0 :size 0 :width 4 :state <>
3838
:qptargetlist ({TLE :resdom {RESDOM :resno 1 :restype 700 :reslen 4
3939
:resname "null" :reskey 0 :reskeyop 0 :resjunk 0}
4040
:expr {VAR :varno 1 :varattno 1 :vartype 700 :varnoold 1 :varoattno 1}})
41-
:qpqual "" :lefttree "" :righttree "" :scanrelid 1} :righttree "" :numagg 1 }
41+
:qpqual <> :lefttree <> :righttree <> :scanrelid 1} :righttree <> :numagg 1 }
4242

4343
Aggregate (cost=0.00 size=0 width=0)
4444
-> Seq Scan on test (cost=0.00 size=0 width=4)

0 commit comments

Comments
 (0)