pgsql: Don't define FRONTEND for initdb

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't define FRONTEND for initdb
Date: 2022-08-23 03:41:56
Message-ID: E1oQKnb-000mvY-49@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't define FRONTEND for initdb

No headers requiring FRONTED to be defined are included as of af1a949109d.

Since this is the last user of (contrib|frontend)_defines in Mkvcbuild.pm,
remove them.

Discussion: https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06e3559bade1da89feb1a53d517c991fb4f15272

Modified Files
--------------
src/bin/initdb/Makefile | 2 +-
src/tools/msvc/Mkvcbuild.pm | 26 ++++++++------------------
2 files changed, 9 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-08-23 05:00:35 pgsql: Add CHECK_FOR_INTERRUPTS while decoding changes.
Previous Message Andres Freund 2022-08-23 03:30:52 pgsql: Remove redundant call to pgstat_report_wal()