pgsql: Make comment in fmgr.h match the one in fmgr.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make comment in fmgr.h match the one in fmgr.c.
Date: 2019-08-26 18:33:04
Message-ID: E1i2Jnc-00035p-92@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make comment in fmgr.h match the one in fmgr.c.

Incompletely quoting an API spec does nobody any good. Noted by
Paul Jungwirth. Looks like the discrepancy was my fault originally :-(

Discussion: https://postgr.es/m/CA+renyU_J8TU_d3Kr0PkuOgFbpypextendu7a+_d5NOfVdvDeA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/348778ddbc75eddaa7f9c7ce5b6adad8ada564e4

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-08-26 19:41:23 Re: pgsql: Fix gettext triggers specification
Previous Message Peter Eisentraut 2019-08-26 17:47:19 pgsql: Fix gettext triggers specification