[COMMITTERS] pgsql: dblink: Change some StringInfo to StringInfoData - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: dblink: Change some StringInfo to StringInfoData
Date
Msg-id E1cmM1i-0006Al-W5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
dblink: Change some StringInfo to StringInfoData

For consistency with other code and to avoid wasting some small amount
of memory.

From: Tsunakawa, Takayuki <tsunakawa.takay@jp.fujitsu.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/22ef6b041a554b7536edb3a79e0b9d5d8403f432

Modified Files
--------------
contrib/dblink/dblink.c | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: dblink: Replace some macros by static functions
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Improve gitignore file