diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-26 17:08:26 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-26 17:08:26 +0000 |
commit | 108a2e51c97549f3f05563ef229a44078d2ecaaf (patch) | |
tree | 06b1fccba5c7d04df9d546543c3ceaeb05b28458 /src/backend/access/gist/gistxlog.c | |
parent | f31a58481c209d70f6c1ff7123fe77071941afe9 (diff) | |
download | postgresql-108a2e51c97549f3f05563ef229a44078d2ecaaf.tar.gz postgresql-108a2e51c97549f3f05563ef229a44078d2ecaaf.zip |
Fix display of whole-row Var appearing at the top level of a SELECT list.
While we normally prefer the notation "foo.*" for a whole-row Var, that does
not work at SELECT top level, because in that context the parser will assume
that what is wanted is to expand the "*" into a list of separate target
columns, yielding behavior different from a whole-row Var. We have to emit
just "foo" instead in that context. Per report from Sokolov Yura.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions