pgsql: Improve method of avoiding fcinfo compile errors.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve method of avoiding fcinfo compile errors.
Date: 2011-09-01 18:16:15
Message-ID: E1QzBoF-0004nh-G1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve method of avoiding fcinfo compile errors.

Fix pgrminclude C comment marker.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/418d04ea73afd3df1fec9670f5f47827aeaf5a25

Modified Files
--------------
src/include/libpq/hba.h | 2 +-
src/tools/pginclude/pgcompinclude | 16 +++++++++++-----
src/tools/pginclude/pgdefine | 3 +++
src/tools/pginclude/pgrminclude | 15 ++++++++-------
4 files changed, 23 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-01 20:47:33 Re: pgsql: In ecpglib restore LC_NUMERIC in case of an error.
Previous Message Bruce Momjian 2011-09-01 18:07:11 Re: pgsql: Remove "fmgr.h" include in cube contrib --- caused crash on a Ge