Fix for clashing #defines of ERROR

From: Gerhard Häring <haering_python(at)gmx(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: Fix for clashing #defines of ERROR
Date: 2001-08-27 19:03:46
Message-ID: 3B8A9992.2070706@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This fixes clashing defines of ERROR. On win32, winapi.h is included, which
includes windows.h, which #defines ERROR to 0. PostgreSQL's logging functions
define ERROR to -1. This patch redefines ERROR to -1 to avoid current or
future breakage of the logging functions.

Gerhard
--
mail: gerhard <at> bigfoot <dot> de registered Linux user #64239
web: http://www.cs.fhm.edu/~ifw00065/ public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))

Attachment Content-Type Size
win32_error_define_clash.dif text/plain 514 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gerhard Häring 2001-08-27 19:08:09 Makefiles for building with mingw32 on win32
Previous Message Barry Lind 2001-08-27 18:23:08 Re: Re: [BUGS] Bug #428: Another security issue with the JDBC driver.