Re: libpq crashing on macOS during connection startup - Mailing list pgsql-general

From John DeSoi
Subject Re: libpq crashing on macOS during connection startup
Date
Msg-id 0100018c357d32a7-e1c91133-a389-41ad-b9ea-405db4eb5db7-000000@email.amazonses.com
Whole thread Raw
In response to Re: libpq crashing on macOS during connection startup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> On Nov 30, 2023, at 7:53 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
>> Is there a way to simply disable GSSAPI authentication? I could not find it.
>
> gssencmode=disable in your connection options; but that's a tad
> inconvenient probably.


I discovered there is a PGGSSENCMODE environment variable. I set it to 'disable' in the environment used to run the
httpserver. Hopefully this will solve it. 

https://www.postgresql.org/docs/current/libpq-envars.html


John DeSoi, Ph.D.




pgsql-general by date:

Previous
From: David Rowley
Date:
Subject: Re: vacuum visibility relevance
Next
From: Ron Johnson
Date:
Subject: vacuumdb seems not to like option -j when run from crontab