pgbouncer bug? - Mailing list pgsql-general

From greigwise
Subject pgbouncer bug?
Date
Msg-id 1598028981704-0.post@n3.nabble.com
Whole thread Raw
Responses Re: pgbouncer bug?  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-general
Not sure if this is the right place to post this, but if not someone please
point me in the right direction.

My issue is with pgbouncer 1.14.   This does not seem to happen on 1.13.

If I do a service pgbouncer restart, then anytime I try to connect to my
databases via pgbouncer, I get ERROR: no such user regardless of what user
I'm using.  It's almost like it's not recognizing the auth_query I have
configured.  But then if I issue a reload, then it seems to work fine and I
no longer get the user not found.  The problem is easy enough to work around
as I don't restart pgbouncer all that much, but it doesn't seem like this is
probably the intended behavior.

Thanks,
Greig Wise

[Full Disclosure: I accidentally posted this message at first to the "base"
PostgreSQL group and am now moving to "PostgreSQL - general".]



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



pgsql-general by date:

Previous
From: Michael Lewis
Date:
Subject: Re: Query plan prefers hash join when nested loop is much faster
Next
From: Thomas Boussekey
Date:
Subject: Re: When are largobject records TOASTed into pg_toast_2613?