diff options
author | Bruce Momjian | 1999-05-17 17:03:51 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-05-17 17:03:51 +0000 |
commit | 585c9677201a87a595a1cad145852f2beb094348 (patch) | |
tree | d282b19dceb6e01a7c0ee1358d0545b392998dfe /src/man/explain.l | |
parent | fd1647706dc2bb055c6efe2aba028c1a70bff7ff (diff) |
Change resjunk to a boolean.
Diffstat (limited to 'src/man/explain.l')
-rw-r--r-- | src/man/explain.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/explain.l b/src/man/explain.l index 04c87da9ee..ae708bbde6 100644 --- a/src/man/explain.l +++ b/src/man/explain.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.11 1999/04/23 21:23:49 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.12 1999/05/17 17:03:51 momjian Exp $ .TH EXPLAIN SQL 06/12/97 PostgreSQL PostgreSQL .SH NAME explain - explains statement execution details @@ -33,12 +33,12 @@ NOTICE:QUERY PLAN: {AGG :cost 0 :size 0 :width 0 :state <> :qptargetlist ({TLE :resdom {RESDOM :resno 1 :restype 700 :restypmod 4 :resname "sum" - :reskey 0 :reskeyop 0 :resjunk 0} + :reskey 0 :reskeyop 0 :resjunk false} :expr {AGGREG :aggname "sum" :basetype 700 :aggtype 700 :aggno 0 :target {VAR :varno 1 :varattno 1 :vartype 700 :varnoold 1 :varoattno 1}}}) :qpqual <> :lefttree {SEQSCAN :cost 0 :size 0 :width 4 :state <> :qptargetlist ({TLE :resdom {RESDOM :resno 1 :restype 700 :restypmod 4 - :resname "null" :reskey 0 :reskeyop 0 :resjunk 0} + :resname "null" :reskey 0 :reskeyop 0 :resjunk false} :expr {VAR :varno 1 :varattno 1 :vartype 700 :varnoold 1 :varoattno 1}}) :qpqual <> :lefttree <> :righttree <> :scanrelid 1} :righttree <> :numagg 1 } |