|
6 | 6 | * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
7 | 7 | *
|
8 | 8 | * IDENTIFICATION
|
9 |
| - * $PostgreSQL: pgsql/src/port/win32error.c,v 1.4 2008/01/01 19:46:00 momjian Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/port/win32error.c,v 1.5 2008/10/16 13:27:34 tgl Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -180,7 +180,7 @@ _dosmaperr(unsigned long e)
|
180 | 180 | ereport(DEBUG5,
|
181 | 181 | (errmsg_internal("mapped win32 error code %lu to %d",
|
182 | 182 | e,errno)));
|
183 |
| -#else |
| 183 | +#elifFRONTEND_DEBUG |
184 | 184 | fprintf(stderr,_("mapped win32 error code %lu to %d"),e,errno);
|
185 | 185 | #endif
|
186 | 186 | return;
|
|