mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Remove unused 'countincludesself' argument to pq_sendcountedtext()
It has been unused since we removed support for protocol version 2.
This commit is contained in:
@@ -355,7 +355,7 @@ printtup(TupleTableSlot *slot, DestReceiver *self)
|
||||
char *outputstr;
|
||||
|
||||
outputstr = OutputFunctionCall(&thisState->finfo, attr);
|
||||
pq_sendcountedtext(buf, outputstr, strlen(outputstr), false);
|
||||
pq_sendcountedtext(buf, outputstr, strlen(outputstr));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user