pgsql: Fix comment in fmgr.h to refer to actual function used.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix comment in fmgr.h to refer to actual function used.
Дата
Msg-id E1Z4hUp-0003Kq-2h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment in fmgr.h to refer to actual function used.

FunctionLookup() is long gone if it ever existed, and fmgr_info() is
what's now used, so the comments now reflect that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/41d798a139b5c94ad8ce10b192141b5bcc03dda3

Modified Files
--------------
src/include/fmgr.h |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix memory leak in ecpglib's connect function.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Detect setlocale(LC_CTYPE, NULL) clobbering previous return valu