where EXEC_BACKEND is defined - Mailing list pgsql-hackers

From Peter Eisentraut
Subject where EXEC_BACKEND is defined
Date
Msg-id b7053ba8-b008-5335-31de-2fe4fe41ef0f@2ndquadrant.com
Whole thread Raw
Responses Re: where EXEC_BACKEND is defined  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I noticed that when you want to define EXEC_BACKEND, perhaps to do some 
non-Windows testing of that option, it's not clear how to do that.  I 
would have expected it in pg_config_manual.h, but it's actually in 
configure.in and in MSBuildProject.pm.  So if you want to define it 
yourself, you kind of have to make up your own way to do it.

I don't see why this should be like that.  I propose the attached patch 
to move the thing to pg_config_manual.h.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Making psql error out on output failures
Next
From: Peter Eisentraut
Date:
Subject: Re: potential stuck lock in SaveSlotToPath()