Define EXEC_BACKEND in pg_config_manual.h
Peter Eisentraut <peter@eisentraut.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +1 −1 |
| configure.in | modified | +1 −1 |
| src/include/pg_config_manual.h | modified | +13 −0 |
| src/tools/msvc/MSBuildProject.pm | modified | +1 −1 |
Discussion
- where EXEC_BACKEND is defined 3 messages · 2020-03-20 → 2020-03-25