pgsql: Fix obsolete SQL syntax in comment. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix obsolete SQL syntax in comment.
Date
Msg-id E1TuqxI-0001lB-0s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Reject out-of-range dates in to_date().
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Return value of lseek() can be negative on failure.