Remove duplicate function declarations.
Christoph Berg Discussion: https://postgr.es/m/20180814165536.GB21152@msg.df7cb.de
This commit is contained in:
parent
b68ff3ea67
commit
02dc7466ba
@ -31,9 +31,6 @@ extern void pq_send_ascii_string(StringInfo buf, const char *str);
|
||||
extern void pq_sendfloat4(StringInfo buf, float4 f);
|
||||
extern void pq_sendfloat8(StringInfo buf, float8 f);
|
||||
|
||||
extern void pq_sendfloat4(StringInfo buf, float4 f);
|
||||
extern void pq_sendfloat8(StringInfo buf, float8 f);
|
||||
|
||||
/*
|
||||
* Append a [u]int8 to a StringInfo buffer, which already has enough space
|
||||
* preallocated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user