aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-03-13 01:34:42 -0400
committerBruce Momjian <bruce@momjian.us>2014-03-13 01:34:42 -0400
commit886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (patch)
tree0f837485442f44abfb64f8867bbfd06dfad50346 /src/backend/utils/error/elog.c
parenta3115f0d9ec1ac93b82156535dc00b10172a4fe7 (diff)
downloadpostgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.tar.gz
postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.zip
C comments: remove odd blank lines after #ifdef WIN32 lines
Diffstat (limited to 'src/backend/utils/error/elog.c')
-rw-r--r--src/backend/utils/error/elog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c
index d28b7494115..3668d161610 100644
--- a/src/backend/utils/error/elog.c
+++ b/src/backend/utils/error/elog.c
@@ -2057,7 +2057,6 @@ write_console(const char *line, int len)
int rc;
#ifdef WIN32
-
/*
* Try to convert the message to UTF16 and write it with WriteConsoleW().
* Fall back on write() if anything fails.
@@ -2887,7 +2886,6 @@ send_message_to_server_log(ErrorData *edata)
if (redirection_done && !am_syslogger)
write_pipe_chunks(buf.data, buf.len, LOG_DESTINATION_STDERR);
#ifdef WIN32
-
/*
* In a win32 service environment, there is no usable stderr. Capture
* anything going there and write it to the eventlog instead.