]> granicus.if.org Git - postgresql/commit
When system() fails in Win32, report it as an exception, print the
authorBruce Momjian <bruce@momjian.us>
Mon, 22 Jan 2007 18:31:51 +0000 (18:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 22 Jan 2007 18:31:51 +0000 (18:31 +0000)
commit208ae0c290cdc1d74c9286942860f1a64712f95b
tree155bb4772746adbbaa467a3fea6828d585ad1aa2
parenteeae929dbebda8e2d41ebb4e6b974cbb21f84dbe
When system() fails in Win32, report it as an exception, print the
exception value in hex, and give a URL where the value can be looked-up.
src/backend/postmaster/postmaster.c
src/include/port/win32.h
src/port/exec.c