pgsql: Rename C symbols for backend lo_ functions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename C symbols for backend lo_ functions
Date: 2017-01-17 17:48:54
Message-ID: E1cTXsM-0001cH-OA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename C symbols for backend lo_ functions

Rename the C symbols for lo_* to be_lo_*, so they don't conflict with
libpq prototypes.

Reviewed-by: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6fc547960dbe0b8bd6cefae5ab7ec3605a5c46fc

Modified Files
--------------
contrib/lo/lo.c | 4 ++--
src/backend/libpq/be-fsstubs.c | 40 ++++++++++++++++++++--------------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 40 ++++++++++++++++++++--------------------
src/include/libpq/be-fsstubs.h | 40 ++++++++++++++++++++--------------------
5 files changed, 63 insertions(+), 63 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-17 19:06:32 pgsql: Generate fmgr prototypes automatically
Previous Message Robert Haas 2017-01-17 16:49:44 Re: [COMMITTERS] pgsql: Fix cardinality estimates for parallel joins.