Thread: pgsql: Set recovery_config_directory for EXEC_BACKEND.

pgsql: Set recovery_config_directory for EXEC_BACKEND.

From
Simon Riggs
Date:
Set recovery_config_directory for EXEC_BACKEND.
Remove comment questioning whether this is necessary for DataDir.
From buildfarm failures on Windows.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc

Modified Files
--------------
src/backend/utils/misc/guc.c |    9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)


Re: pgsql: Set recovery_config_directory for EXEC_BACKEND.

From
Andrew Dunstan
Date:
On 03/27/2013 12:36 PM, Simon Riggs wrote:
> Set recovery_config_directory for EXEC_BACKEND.
> Remove comment questioning whether this is necessary for DataDir.
>  From buildfarm failures on Windows.
>


This hasn't cured the problem.

If you don't have a Windows machine / VM to test on, you can try the
instructions at <http://wiki.postgresql.org/wiki/Building_With_MinGW>.
Or else revert as has been suggested elsewhere.

cheers

andrew