pgsql: Define EXEC_BACKEND in pg_config_manual.h

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Define EXEC_BACKEND in pg_config_manual.h
Date: 2020-03-25 13:39:02
Message-ID: E1jH6FK-0007yI-Lu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Define EXEC_BACKEND in pg_config_manual.h

It was for unclear reasons defined in a separate location, which makes
it more cumbersome to override for testing, and it also did not have
any prominent documentation. Move to pg_config_manual.h, where
similar things are already collected.

The previous definition on the command-line had the effect of defining
it to the value 1, but now that we don't need that anymore we just
define it to empty, to simplify manual editing a bit.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/b7053ba8-b008-5335-31de-2fe4fe41ef0f%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f5817595a7f194d25bc9be5b035eb1f7f60cd1fa

Modified Files
--------------
configure | 2 +-
configure.in | 2 +-
src/include/pg_config_manual.h | 13 +++++++++++++
src/tools/msvc/MSBuildProject.pm | 2 +-
4 files changed, 16 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-25 15:57:42 pgsql: Go back to returning int from ereport auxiliary functions.
Previous Message Peter Eisentraut 2020-03-25 07:59:53 pgsql: Update SQL features