Re: libpq crashing on macOS during connection startup

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: libpq crashing on macOS during connection startup
Дата
Msg-id 0100018c25ba1137-7735f30f-0938-458b-992b-60369d534db0-000000@email.amazonses.com
обсуждение исходный текст
Ответ на Re: libpq crashing on macOS during connection startup  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: libpq crashing on macOS during connection startup
Список pgsql-general
> On Nov 30, 2023, at 7:53 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> gssencmode=disable in your connection options; but that's a tad
> inconvenient probably.

Yes, the application uses PHP PDO to connect to PostgreSQL. I don't see any way to specify that in the connection
options.


> Ugh, not only Heimdal but a very obsolete version thereof?  It borders
> on negligence for the homebrew PG package to be building against that.
> They should be pulling in homebrew's MIT Kerberos package and using
> that, if they want to enable GSSAPI.

I was looking at the homebrew source for PostgreSQL package to see if there was a way to customize the build options. I
didnot find one but saw the comment below. Apparently this is a known issue and it was suggested to use the MIT
Kerberospackage 4 years ago. Instead they just added this comment in 2020. 

# GSSAPI provided by Kerberos.framework crashes when forked.
# See https://github.com/Homebrew/homebrew-core/issues/47494.


John DeSoi, Ph.D.


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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: Feature request for INITCAP() function
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Query related to pg_dump write to a pipe on a windows client and with compressed format