Re: Portability concerns over pq_sendbyte?

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Michael Paquier <michael@paquier.xyz>, Andres Freund <andres@anarazel.de>, Andrew Gierth <andrew@tao11.riddles.org.uk>, pgsql-hackers@postgresql.org
Date: 2018-06-14T20:17:28Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> How about not renaming the functions, but just change argument types?

Yeah, I didn't understand why anything else would be on the table.
We already changed their arg types for 11, no?  This is just second
thoughts about what to change them to.

			regards, tom lane


Commits

  1. Change pqformat.h's integer handling functions to take unsigned integers.