forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b82d99
committed
Fix compiler warning for MSVC in libpq_pipeline.c
DEBUG was already defined by the MSVC toolchain for "Debug" builds. Onthese systems the unconditional #define DEBUG was causing a 'DEBUG': macroredefinition warning.Here we rename DEBUG to DEBUG_OUPUT and also get rid of the #define whichdefined this constant. This appears to have been left in the code bymistake.Discussion:https://postgr.es/m/CAApHDvqTTgDm38s4HRj03nhzhzQ1oMOj-RXFUB1pE6Bj07jyuQ@mail.gmail.com1 parentc5b7ba4 commit3b82d99
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
| 38 | + | |
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
|
0 commit comments
Comments
(0)