"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> On Linux:
> md.c:445: warning: implicit declaration of function `GetLastError'
Of course. This is a Windows-only hack.
> On Windows:
> md.c:445: warning: int format, DWORD arg (arg 6)
> md.c:457: warning: int format, DWORD arg (arg 7)
I think this is just cosmetic, but try %ld instead of %d in the elog
format strings.
regards, tom lane