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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 01cca2c1b1a0d52c83f250c50942ee00e62637ca
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-03-08T17:42:59Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/include/libpq/libpq.h modified +0 −16