pgsql: Fix obsolete SQL syntax in comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolete SQL syntax in comment.
Date: 2013-01-14 20:48:28
Message-ID: E1TuqxI-0001lB-0s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-01-14 22:48:38 pgsql: Return value of lseek() can be negative on failure.
Previous Message Tom Lane 2013-01-14 20:28:58 pgsql: Reject out-of-range dates in to_date().