Re: [PATCH v6] GSSAPI encryption support

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: [PATCH v6] GSSAPI encryption support
Дата
Msg-id 56E74A4D.4000502@pgmasters.net
обсуждение исходный текст
Ответ на Re: [PATCH v6] GSSAPI encryption support  (Robbie Harwood <rharwood@redhat.com>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Timeline following for logical slots
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Explain [Analyze] produces parallel scan for select Into table statements.