pgsql: Fix obsolete SQL syntax in comment.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix obsolete SQL syntax in comment.
Дата
Msg-id E1TuqxI-0001lB-0s@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Reject out-of-range dates in to_date().
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Return value of lseek() can be negative on failure.