Обсуждение: pgsql: Fix comment in fmgr.h to refer to actual function used.

Поиск
Список
Период
Сортировка

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

От
Andrew Dunstan
Дата:
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(-)