Just noticed that libpq thinks the maximum command tag length is 40,

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

Commit: ab7d2b6a7376a7a3542201899aff9e953414ca81
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-23T18:59:50Z
Releases: 8.3.0
Just noticed that libpq thinks the maximum command tag length is 40,
whereas in the backend it's been 64 for some time.  Hasn't mattered
because no actual tags exceed 40 bytes, but for consistency they should
be alike.

Files

PathChange+/−
src/interfaces/libpq/libpq-int.h modified +2 −2