Minor configure/meson cleanup - Mailing list pgsql-hackers

From Thomas Munro
Subject Minor configure/meson cleanup
Date
Msg-id CA+hUKGLLVx4drdvXats9PxH3eeB+E2NkJReJ+RGmaOpU=9rgEA@mail.gmail.com
Whole thread Raw
Responses Re: Minor configure/meson cleanup
Re: Minor configure/meson cleanup
List pgsql-hackers
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.

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Using defines for protocol characters
Next
From: jian he
Date:
Subject: Re: Extract numeric filed in JSONB more effectively