pgsql: Remove traces of Sun -lposix4.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove traces of Sun -lposix4.
Date: 2023-08-17 04:21:37
Message-ID: E1qWUVs-000X4u-DP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)eisentraut(dot)org>
Reviewed-by: Tristan Partin <tristan(at)neon(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2023-08-17 04:41:44 Re: pgsql: Split out tiebreaker comparisons from comparetup_* functions
Previous Message Thomas Munro 2023-08-17 04:21:36 pgsql: Don't probe extra libraries for fdatasync.