pgsql: dblink: Change some StringInfo to StringInfoData

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: dblink: Change some StringInfo to StringInfoData
Date: 2017-03-10 15:00:18
Message-ID: E1cmM1i-0006Al-W5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)takay(at)jp(dot)fujitsu(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-10 15:16:24 pgsql: Improve gitignore file
Previous Message Peter Eisentraut 2017-03-10 14:46:23 pgsql: dblink: Replace some macros by static functions