pgsql: Remove struct PQArgBlock from server-side header libpq/libpq.h.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove struct PQArgBlock from server-side header libpq/libpq.h.
Date: 2015-03-08 17:43:03
Message-ID: E1YUfEF-0007in-MC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove struct PQArgBlock from server-side header libpq/libpq.h.

This struct is purely a client-side artifact. Perhaps there was once
reason for the server to know it, but any such reason is lost in the
mists of time. We certainly don't need two independent declarations
of it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01cca2c1b1a0d52c83f250c50942ee00e62637ca

Modified Files
--------------
src/include/libpq/libpq.h | 16 ----------------
1 file changed, 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-08 17:58:47 pgsql: Cast to (void *) rather than (int *) when passing int64's to PQf
Previous Message Tom Lane 2015-03-08 17:36:10 pgsql: Fix documentation for libpq's PQfn().