> in order to debug "step by step" the postmaster,
> just to understand better the code, is it enough
> to compile it after having exported:
>
> CFLAGS='-O0 -g' ?
>
> do you have any hint and/or tips ?
>
> BTW what do you use for this task ?
./configure --enable-debug
Chris