Fix the raw-parsetree representation of star (as in SELECT * FROM or

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 449a00fbbd49c00ba031432e8b6913a55e8ad1f6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-08-30T01:39:14Z
Releases: 8.4.0
Fix the raw-parsetree representation of star (as in SELECT * FROM or
SELECT foo.*) so that it cannot be confused with a quoted identifier "*".
Instead create a separate node type A_Star to represent this notation.
Per pgsql-hackers discussion of 2007-Sep-27.

Files