diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-26 17:08:19 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-26 17:08:19 +0000 |
commit | ec057a4380b7e4637c971ce902539723eaaf01a8 (patch) | |
tree | 5a8af2a97240fb5d20a0da6fbf650082a27c228a /src/backend/access/gist/gistproc.c | |
parent | 97ec950186e65d3f569415b2d0eccc4fd3e30d4d (diff) | |
download | postgresql-ec057a4380b7e4637c971ce902539723eaaf01a8.tar.gz postgresql-ec057a4380b7e4637c971ce902539723eaaf01a8.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/gistproc.c')
0 files changed, 0 insertions, 0 deletions