pgsql: solaris: Remove unnecessary gcc / gnu ld vs sun studio differenc - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: solaris: Remove unnecessary gcc / gnu ld vs sun studio differenc
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
solaris: Remove unnecessary gcc / gnu ld vs sun studio differences

Unfortunately one with_gnu_ld reference remains, otherwise we could remove the
configure support for determining with_gnu_ld.

Reviewed-By: Thomas Munro <[email protected]>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/20c105c4db56f784eebe39cb50ede8ad1bfa3899

Modified Files
--------------
src/Makefile.shlib             | 12 ++----------
src/makefiles/Makefile.solaris |  9 +--------
2 files changed, 3 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Rely on __func__ being supported