Re: Version reporting in pgbench - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Version reporting in pgbench
Date
Msg-id 1320810.1624051719@sss.pgh.pa.us
Whole thread Raw
In response to Re: Version reporting in pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: Version reporting in pgbench
List pgsql-hackers
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> Note that if no connections are available, then you do not get the 
> version, which may be a little bit strange. Attached v3 prints out the 
> local version in that case. Not sure whether it is worth the effort.

I'm inclined to think that the purpose of that output is mostly
to report the server version, so not printing it if we fail to
connect isn't very surprising.  Certainly that's how psql has
acted for decades.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Version reporting in pgbench
Next
From: Fabien COELHO
Date:
Subject: Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)