[COMMITTERS] pgsql: dblink: Replace some macros by static functions - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: dblink: Replace some macros by static functions
Date
Msg-id E1cmLoF-0005x2-GH@gemulon.postgresql.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: dblink: Replace some macros by static functions
List pgsql-committers
dblink: Replace some macros by static functions

Also remove some unused code and the no longer useful dblink.h file.

Reviewed-by: Tsunakawa, Takayuki <tsunakawa.takay@jp.fujitsu.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/acaf7ccb94a3916ea83712671a3563f0eb595558

Modified Files
--------------
contrib/dblink/dblink.c | 290 +++++++++++++++++++++++-------------------------
contrib/dblink/dblink.h |  39 -------
2 files changed, 137 insertions(+), 192 deletions(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: [COMMITTERS] pgsql: Fix a potential double-free in ecpg.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: dblink: Change some StringInfo to StringInfoData