Re: [PATCH v6] GSSAPI encryption support

David Steele <david@pgmasters.net>

From: David Steele <david@pgmasters.net>
To: Robbie Harwood <rharwood@redhat.com>, pgsql-hackers@postgresql.org
Cc: Michael Paquier <michael.paquier@gmail.com>
Date: 2016-03-14T23:33:33Z
Lists: pgsql-hackers
On 3/14/16 7:20 PM, Robbie Harwood wrote:

> David Steele <david@pgmasters.net> writes:
>
>>
>> Strange timing since I was just testing this.  Here's what I got:
>>
>> $ pg/bin/psql -h localhost -U vagrant@PGMASTERS.NET postgres
>> conn->inStart = 179, conn->inEnd = 179, conn->inCursor = 179
>> psql (9.6devel)
>> Type "help" for help.
>>
>> postgres=>
> 
> Thanks, that certainly is interesting!  I did finally manage to
> reproduce the issue on my end, but the rate of incidence is much lower
> than what you and Michael were seeing: I have to run connections in a
> loop for about 10-20 minutes before it makes itself apparent (and no,
> it's not due to entropy).  Apparently I just wasn't patient enough.

I'm running client and server on the same VM - perhaps that led to less
latency than your setup?

> All that is to say: thank you very much for investigating that!

My pleasure!

-- 
-David
david@pgmasters.net

Commits

  1. GSSAPI encryption support

  2. Fix typo