Re: where EXEC_BACKEND?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: abdelhak benmohamed <abdelhak(dot)benmohamed(at)yahoo(dot)fr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: where EXEC_BACKEND?
Date: 2009-05-16 18:51:17
Message-ID: 4A0F0B25.5070608@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

abdelhak benmohamed wrote:
> hi,
>
> actually i try to execute postgres step by step (on paper)
> i don't retreive where EXEC_BACKEND is initialized
> can any one help me?
> it is very important for me
>
> thanks
>
>

normally it is added to the CPP_FLAGS by configure, if needed (i.e. for
the Windows gcc build), or by the Project (for the MSVC build).

It's not defined in any include file.

On Unix it is only ever used to test the way the Windows port works, and
then you have to define it manually, e.g. by passing it in to configure
via preset CPP_FLAGS. Standard Unix builds don't work this way.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-05-16 18:53:16 Re: where EXEC_BACKEND?
Previous Message abdelhak benmohamed 2009-05-16 18:38:18 where EXEC_BACKEND?