Thread: pgsql: Fix obsolete SQL syntax in comment.

pgsql: Fix obsolete SQL syntax in comment.

From
Tom Lane
Date:
Fix obsolete SQL syntax in comment.

This was legal back in the days of add_missing_from, though perhaps
never good style.  It's not legal anymore ...

Jan Urbański

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/325c54b69cbddc03445ca6c3198d2998c5d5818f

Modified Files
--------------
src/backend/executor/execProcnode.c |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)