pgsql: Remove declarations for pq_putmessage_hook and pq_flush_hook.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove declarations for pq_putmessage_hook and pq_flush_hook.
Date: 2016-10-31 13:21:16
Message-ID: E1c1CWa-0007Zb-Gl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove declarations for pq_putmessage_hook and pq_flush_hook.

Commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d added these in error.
They were part of an earlier design for that patch and survived in the
committed version only by inadvertency.

Julien Rouhaud

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6bb9a6177d1274cb40acf5737bf44dc8229ec8ed

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-11-01 15:58:56 pgsql: Add make rules to download raw Unicode mapping files
Previous Message Tatsuo Ishii 2016-10-30 22:44:15 pgsql: Fix typo in sources.sgml.