I suppose there isn't any good reason that elog.c and exc.c refer to sys_nerr and sys_errlist directly rather than using strerror() (probably an artifact from before port/strerror.c was added?) and given that it is provably unportable to do so (Cygwin) I'm inclined to make the obvious fix. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- Re: [HACKERS] sys_nerr, sys_errlist Peter Eisentraut
- Re: [HACKERS] sys_nerr, sys_errlist Tom Lane