Skip to content
Snippets Groups Projects
Commit 0b71596f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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 H?ring
parent e9f54636
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment