Re: Clarification on warning when connecting to 'pgbouncer' database via Pgbouncer - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Clarification on warning when connecting to 'pgbouncer' database via Pgbouncer
Date
Msg-id 1357468.1748388065@sss.pgh.pa.us
Whole thread Raw
In response to Re: Clarification on warning when connecting to 'pgbouncer' database via Pgbouncer  (Shaik Mohammad Mujeeb <mujeeb.sk@zohocorp.com>)
Responses Re: Clarification on warning when connecting to 'pgbouncer' database via Pgbouncer
List pgsql-hackers
Shaik Mohammad Mujeeb <mujeeb.sk@zohocorp.com> writes:
> So, I feel that if we can reliably detect when the backend is a non-PostgreSQL server, it might be better to adjust
thewarning accordingly, rather than relying on a client-server version comparison in such cases. 

The entire point of having a wire protocol is that you can't/don't
need to detect that.  The short answer here is that this is
pgbouncer's bug and you should be nagging them to change, not us.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Shaik Mohammad Mujeeb
Date:
Subject: Re: Clarification on warning when connecting to 'pgbouncer' database via Pgbouncer
Next
From: John Naylor
Date:
Subject: Re: Review/Pull Request: Adding new CRC32C implementation for IBM S390X