pgsql: Remove traces of Sun -lposix4. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Remove traces of Sun -lposix4.
Date
Msg-id E1qWUVs-000X4u-DP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove traces of Sun -lposix4.

This was a library on ancient Solaris systems, which was eventually
replaced by -lrt, itself now redundant on that OS.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Tristan Partin <tristan@neon.tech>
Discussion: https://postgr.es/m/CA%2BhUKGLLVx4drdvXats9PxH3eeB%2BE2NkJReJ%2BRGmaOpU%3D9rgEA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8fe4beaa21a4ab4d37bcfa7f8e2a8c76a741e478

Modified Files
--------------
configure    | 2 +-
configure.ac | 2 +-
meson.build  | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Don't probe extra libraries for fdatasync.
Next
From: John Naylor
Date:
Subject: Re: pgsql: Split out tiebreaker comparisons from comparetup_* functions