mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -6906,7 +6906,7 @@ fi
|
||||
|
||||
# We already have this in Makefile.win32, but configure needs it too
|
||||
if test "$PORTNAME" = "win32"; then
|
||||
CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND"
|
||||
CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
|
||||
fi
|
||||
|
||||
# Now that we're done automatically adding stuff to C[XX]FLAGS, put back the
|
||||
|
Reference in New Issue
Block a user