> -----Original Message-----
> From: Tom Lane
>
> I have just finished trudging through a bunch of code and trying to make
> it secure against being interrupted by die() at arbitrary instants.
It seems that START/END_CRIT_SECTION() is called in both
existent and newly added places.
Isn't it appropriate to call a diffrent macro using a separate
CriticalSectionCount variable in newly added places ?
Regards.
Hiroshi Inoue