Re: 12.1 not useable: clientlib fails after a dozen queries (GSSAPI ?)

Peter 'PMc' Much <pmc@citylink.dinoex.sub.org>

From: Peter <pmc@citylink.dinoex.sub.org>
To: Adrian Klaver <adrian.klaver@aklaver.com>
Cc: pgsql-general@lists.postgresql.org
Date: 2020-01-09T20:53:17Z
Lists: pgsql-hackers, pgsql-general
On Thu, Jan 09, 2020 at 10:47:00AM -0800, Adrian Klaver wrote:
! 
! Might want to take at below:
! 
! https://github.com/ged/ruby-pg/issues/311

Thanks a lot! That option
> gssencmode: "disable"
seems to solve the issue.

But I think the people there are concerned by a different issue: they
are bothering about fork(), while my flaw appears also when I do *NOT*
do fork. Also the picture is slightly different; they get segfaults, I
get misbehaviour.

rgds,
PMc



Commits

  1. Extensive code review for GSSAPI encryption mechanism.