Re: libpq copy error handling busted - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: libpq copy error handling busted
Date
Msg-id CA+hUKGKjQZddcnVFBpfbJk_2Z1We1zVUR01WG5SMR3j9h0zShg@mail.gmail.com
Whole thread Raw
In response to Re: libpq copy error handling busted  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Thu, Jun 4, 2020 at 3:36 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> Here's what I tested.

In passing, I noticed that this:

$ psql ...
psql: error: could not connect to server: private key file
"src/test/ssl/ssl/client-revoked.key" has group or world access;
permissions should be u=rw (0600) or less

... leads to this nonsensical error message on the server:

2020-06-04 16:03:11.547 NZST [7765] LOG:  could not accept SSL
connection: Success



pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: [PATCH] Leading minus for negative time interval in ISO 8601
Next
From: Michael Paquier
Date:
Subject: Re: Incorrect comment in be-secure-openssl.c