Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
> The patch seems pretty far short of sufficient as far as supporting a
> new conninfo option goes --- for instance it appears to leak the string
> at disconnect. Check through all the references to some existing option
> field to see if you missed anything else.
Looking over it again, that's pretty much the only one I find. I checked
against sslmode. Did you spot something else?
Found a bug in the GSSAPI code though, which also does not free :) Will fix.
//Magnus