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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comment in fmgr.h to refer to actual function used.
Date: 2015-06-16 03:25:07
Message-ID: E1Z4hUp-0003Kq-2h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2015-06-17 12:15:03 pgsql: Detect setlocale(LC_CTYPE, NULL) clobbering previous return valu
Previous Message Amit Kapila 2015-06-15 18:52:54 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file