Remove add_missing_from GUC and associated parser support for "implicit RTEs".

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

Commit: 289e2905c82fc37f8b82b088bb823742aad4bb68
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-10-21T20:22:38Z
Releases: 9.0.0
Remove add_missing_from GUC and associated parser support for "implicit RTEs".
Per recent discussion, add_missing_from has been deprecated for long enough to
consider removing, and it's getting in the way of planned parser refactoring.
The system now always behaves as though add_missing_from were OFF.

Files