> On Thu, Apr 3, 2025 at 12:50 PM Daniel Gustafsson <dan...@yesql.se> wrote: > > Thanks, both LGTM so pushed.
Ack, the build there worked now. (Albeit without running any tests, but let's not care too much about this snowflake architecture.) > On Tue, Apr 1, 2025 at 3:40 PM Jacob Champion > While I was looking into this I found that Debian's going to use the > existence of an SONAME to check other things, which I assume will make > Christoph's life harder. I have switched over to > 'libpq-oauth-<major>.so', without any SONAME or symlinks. Since this is a plugin for libpq and nothing external is linking directly to it, using a formal SONAME wouldn't gain anything, right. Thanks, Christoph