pgsql: Fix comment in fmgr.h to refer to actual function used. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix comment in fmgr.h to refer to actual function used.
Date
Msg-id E1Z4hUp-0003Kq-2h@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Fix memory leak in ecpglib's connect function.
Next
From: Noah Misch
Date:
Subject: pgsql: Detect setlocale(LC_CTYPE, NULL) clobbering previous return valu