Parser no longer considers
Tom Lane <tgl@sss.pgh.pa.us>
Parser no longer considers SELECT a/2, a/2 FROM test_missing_target GROUP BY a/2; to be ambiguous ... which I think is correct behavior.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/select_implicit.out | modified | +11 −8 |
| src/test/regress/sql/select_implicit.sql | modified | +14 −18 |