Re: [patch] Duplicated pq_sendfloat4/8 prototypes

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christoph Berg <myon@debian.org>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-08-14T18:26:36Z
Lists: pgsql-hackers
Christoph Berg <myon@debian.org> writes:
> The pq_sendfloat4 and 8 prototypes are duplicated.

Yup.  Pushed, thanks!

			regards, tom lane


Commits

  1. Remove duplicate function declarations.