Re: Fix errcontext() function

Chen Huajun <chenhj@cn.fujitsu.com>

From: Chen Huajun <chenhj@cn.fujitsu.com>
To: Heikki Linnakangas <hlinnakangas@vmware.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-11-10T09:46:24Z
Lists: pgsql-hackers
Heikki

> Unfortunately not all compilers support varargs macros. I bumped into this in February, see http://archives.postgresql.org/message-id/4F3B72E0.8040801@enterprisedb.com. My last attempt to fix this was
> at http://archives.postgresql.org/pgsql-hackers/2012-04/msg00812.php. That patch is probably good to go, I just got busy with other things and forgot about it back then. Can you take a look at that
> patch and see if I missed anything, please?
>
> - Heikki
>
>

I think you are right,although the number of changed place is a a little bit large.
Thanks for your answer!

Chen Huajun