pgsql: Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in
Date
Msg-id E1oZaWR-000lt3-Lg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in

We got rid of the need for them in 4f5f485d10c and 846e91e0223.

Discussion: https://postgr.es/m/20220915022626.5xx3ccgkzpkqw5mq@awork3.anarazel.de

Branch
------
master

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

Modified Files
--------------
configure              | 186 -------------------------------------------------
configure.ac           |   2 -
src/Makefile.global.in |   2 -
3 files changed, 190 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pgstat: Create memory contexts below TopMemoryContext
Next
From: Andres Freund
Date:
Subject: pgsql: Include c.h instead of postgres.h in src/port/*p{read,write}*.c