diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-03-13 01:34:42 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-03-13 01:34:42 -0400 |
commit | 886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (patch) | |
tree | 0f837485442f44abfb64f8867bbfd06dfad50346 /src/backend/access/transam/xlog.c | |
parent | a3115f0d9ec1ac93b82156535dc00b10172a4fe7 (diff) | |
download | postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.tar.gz postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.zip |
C comments: remove odd blank lines after #ifdef WIN32 lines
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 141edf43278..5f3c3b9be1e 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -4182,7 +4182,6 @@ RemoveOldXlogFiles(XLogSegNo segno, XLogRecPtr endptr) xlde->d_name))); #ifdef WIN32 - /* * On Windows, if another process (e.g another backend) * holds the file open in FILE_SHARE_DELETE mode, unlink |