Re: Remove useless casts to (void *) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Remove useless casts to (void *)
Date
Msg-id 2261842.1733286820@sss.pgh.pa.us
Whole thread Raw
In response to Re: Remove useless casts to (void *)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Remove useless casts to (void *)
List pgsql-hackers
I wrote:
> Pushed; I'll await hake's next run with interest.

hake didn't like that, but after adding -D__EXTENSIONS__ per
https://illumos.org/man/7/standards
it seems happy again.  Its configure results are the same as
beforehand, and the warning about shmdt() is gone.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Bowen Shi
Date:
Subject: Re: Does RelCache/SysCache shrink except when relations are deleted?
Next
From: Thomas Munro
Date:
Subject: Re: Remove useless casts to (void *)