Define EXEC_BACKEND in pg_config_manual.h
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 25 Mar 2020 13:23:25 +0000 (14:23 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 25 Mar 2020 13:31:14 +0000 (14:31 +0100)
commitf5817595a7f194d25bc9be5b035eb1f7f60cd1fa
treee93265d6268975d63c7be15bb56cdc6436327b94
parente8b1774fc288d7f789a539ef0a768aff2deef600
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@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/b7053ba8-b008-5335-31de-2fe4fe41ef0f%402ndquadrant.com
configure
configure.in
src/include/pg_config_manual.h
src/tools/msvc/MSBuildProject.pm