Re: libpq crashing on macOS during connection startup

2023-12-04 Thread John DeSoi
nment variable. I set it to 'disable' in the environment used to run the http server. Hopefully this will solve it. https://www.postgresql.org/docs/current/libpq-envars.html John DeSoi, Ph.D.

Re: libpq crashing on macOS during connection startup

2023-12-01 Thread John DeSoi
> On Dec 1, 2023, at 11:02 AM, Tom Lane wrote: > > I'd suggest filing a bug against Homebrew's krb5 package. > Whatever this is, it seems pretty clear that it's not a > Postgres bug. Will do, thank you and everyone else for the help and feedback. John DeSoi, Ph.D.

Re: libpq crashing on macOS during connection startup

2023-12-01 Thread John DeSoi
s.framework crashes when forked. # See https://github.com/Homebrew/homebrew-core/issues/47494. John DeSoi, Ph.D.

Re: libpq crashing on macOS during connection startup

2023-11-30 Thread John DeSoi
d I assume by extension, their Heimdal library. The Heimdal project told me as much - Apple has a fork and would not pull from their project. John DeSoi, Ph.D. $ otool -L /usr/local/opt/postgresql@16/lib/libpq.5.dylib /usr/local/opt/postgresql@16/lib/libpq.5.dylib: /usr/local/opt/postgre

Re: libpq crashing on macOS during connection startup

2023-11-30 Thread John DeSoi
nd is authenticating by calling Kerberos which calls Heimdal and then crashes in CoreFoundation. I also posted this issue on the Heimdal GitHub account. John DeSoi, Ph.D.

Re: libpq crashing on macOS during connection startup

2023-11-30 Thread John DeSoi
> On Nov 30, 2023, at 9:36 AM, Adrian Klaver wrote: > > What starts happening? Random web process crashes when connecting to PostgreSQL. > > Does the Postgres log show anything? No. > > Postgres version? > > How was Postgres installed? PostgreSQL 15.4 insta

Re: libpq crashing on macOS during connection startup

2023-11-30 Thread John DeSoi
D4Qmv-7PK7jkji0uyQ%40mail.gmail.com No, this server is on openssl 3.1.4. But thanks for sending that, I'm about to setup a new server and I'm sure it will end up with the latest versions. John DeSoi, Ph.D.

libpq crashing on macOS during connection startup

2023-11-30 Thread John DeSoi
report it seems to be something related to a call from libpq. https://github.com/shivammathur/homebrew-php/issues/1862 Any ideas or suggestions appreciated. John DeSoi, Ph.D. - Translated Report (Full Report Below

Re: Can I get some PostgreSQL developer feedback on these five general issues I have with PostgreSQL and its ecosystem?

2020-09-26 Thread John DeSoi
Lite engine and uses the Postgres SQL parser. Lots of built-in functions appear to be the same or very similar to Postgres. John DeSoi, Ph.D.

Re: Using unlogged tables for web sessions

2020-04-17 Thread John DeSoi
l use the database for web sessions. Probably only logged tables unless you did some extra customization of the installation. I'm not aware of any issues with it performance or otherwise. John DeSoi, Ph.D.

Re: Postgres on macOS 10

2020-03-04 Thread John DeSoi
lue about why it did not start. The startup log might be different from the normal Postgres logs depending on how the launch daemon sets it up. I assume you will find that at /Library/LaunchDaemons/. John DeSoi, Ph.D.