pgbouncer bug?

From: greigwise <greigwise(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: pgbouncer bug?
Date: 2020-08-21 16:56:21
Message-ID: 1598028981704-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Boussekey 2020-08-21 16:59:52 Re: When are largobject records TOASTed into pg_toast_2613?
Previous Message Michael Lewis 2020-08-21 16:30:24 Re: Query plan prefers hash join when nested loop is much faster