Re: 12.1 not useable: clientlib fails after a dozen queries (GSSAPI ?)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter <pmc@citylink.dinoex.sub.org>
Cc: pgsql-general@lists.postgresql.org
Date: 2020-01-09T21:31:44Z
Lists: pgsql-hackers, pgsql-general
Peter <pmc@citylink.dinoex.sub.org> writes: > I don't think this has anything to do with "pg". Just checked: I get > garbage and misbehaviour on the "psql" command line tool also: > $ psql -h myhost flowmdev > psql (12.1) > GSSAPI-encrypted connection > Type "help" for help. > flowmdev=> select * from flows; > message type 0x44 arrived from server while idle > message type 0x44 arrived from server while idle > message type 0x44 arrived from server while idle Oh ... that does look pretty broken. However, we've had no other similar reports, so there must be something unique to your configuration. Busted GSSAPI library, or some ABI inconsistency, perhaps? What platform are you on, and how did you build or obtain this Postgres code? regards, tom lane
Commits
-
Extensive code review for GSSAPI encryption mechanism.
- fde155424f67 12.2 landed
- 2c0cdc818365 13.0 landed