Re: [HACKERS] Optional message to user when terminating/cancellingbackend - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] Optional message to user when terminating/cancellingbackend
Date
Msg-id 20190203092559.GB18892@paquier.xyz
Whole thread Raw
In response to Re: [HACKERS] Optional message to user when terminating/cancelling backend  (Dmitry Dolgov <9erthalion6@gmail.com>)
List pgsql-hackers
On Fri, Nov 30, 2018 at 06:02:15PM +0100, Dmitry Dolgov wrote:
> Just for the records, cfbot complains during the compilation:
>
> option.c: In function ‘parseCommandLine’:
> option.c:265:8: error: ignoring return value of ‘getcwd’, declared
> with attribute warn_unused_result [-Werror=unused-result]
>   getcwd(default_sockdir, MAXPGPATH);
>         ^

The patch has been marked as returned with feedback.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Pass COPT and PROFILE to CXXFLAGS as well
Next
From: Andres Freund
Date:
Subject: Re: NOTIFY and pg_notify performance when deduplicating notifications