From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Minor configure/meson cleanup |
Date: | 2023-08-07 10:01:25 |
Message-ID: | 1912e56c-60dc-7603-1e5b-92f6f681d852@eisentraut.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 07.08.23 11:18, Thomas Munro wrote:
> 0001: There is no point in searching -lrt and -lposix4 for fdatasync()
> if it's supposed to help Solaris only. They moved all the realtime
> stuff into the main C library at least as far back as Solaris
> 10/OpenSolaris.
>
> 0002: There is no point in probing -lposix4 for anything. That was
> superseded by -lrt even longer ago.
>
> We could go further: I suspect the only remaining -lrt search we
> still need in practice is for shm_open() on glibc < 2.34, but here I
> just wanted to clean out some old Sun stuff that was called out by
> name.
Looks sensible to me.
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2023-08-07 10:16:13 | Re: [PoC] pg_upgrade: allow to upgrade publisher node |
Previous Message | Drouvot, Bertrand | 2023-08-07 09:47:47 | Re: Synchronizing slots from primary to standby |