diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-27 17:42:03 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-27 17:42:03 +0000 |
commit | a62a359ba2689ac01271d23f80aed74573e47d15 (patch) | |
tree | e661e4011915b83843d10843e6fa8a9898b9f7b9 /src/include/postgres.h | |
parent | 03a91e0d106c1d328f74f21af208219aa0df60fd (diff) | |
download | postgresql-a62a359ba2689ac01271d23f80aed74573e47d15.tar.gz postgresql-a62a359ba2689ac01271d23f80aed74573e47d15.zip |
Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't
happen condition can happen given incorrect input. The real problem is that
gram.y should try harder to distinguish * from "*" --- the latter is a legal
column name per spec, and someday we ought to treat it that way. However
fixing that is too invasive for a back-patch, and it's too late for the 8.3
cycle too. So just reduce the Assert to a plain elog for now. Per report
from NikhilS.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions