Re: [HACKERS] [PATCH v11] GSSAPI encryption support

2016-04-04 Thread Robbie Harwood
Michael Paquier writes: > On Sat, Apr 2, 2016 at 7:34 AM, Robbie Harwood wrote: > >> Since I still can't reproduce this locally (left a client machine and >> a process on the same machine retrying for over an hour on your test >> case and didn't see it), could you provide me with some more

Re: [HACKERS] [PATCH v11] GSSAPI encryption support

2016-04-02 Thread Michael Paquier
On Sat, Apr 2, 2016 at 7:34 AM, Robbie Harwood wrote: > - Attempt to address a crash Michael is observing by switching to using > the StringInfo/pqExpBuffer management functions over my own code as > much as possible. Michael, if this doesn't fix it, I'm out of ideas. Nope, it doesn't. >

Re: [HACKERS] [PATCH v11] GSSAPI encryption support

2016-04-01 Thread Robbie Harwood
Hello friends, Song and dance, here's v11 both here and on my github: https://github.com/frozencemetery/postgres/tree/feature/gssencrypt11 Changes from v10: - Attempt to address a crash Michael is observing by switching to using the StringInfo/pqExpBuffer management functions over my own code