forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd99df62
committed
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, add #include <stdio.h> to the file. That should fix it.Seems unlikely, since libpq-fe.h already includes <stdio.h>.The real problem here is that the code is wrong: it's passing NULLto an int parameter. regards, tom lane1 parentcbb4ab9 commitd99df62
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
| |||
316 | 315 |
| |
317 | 316 |
| |
318 | 317 |
| |
319 |
| - | |
| 318 | + | |
320 | 319 |
| |
321 | 320 |
| |
322 | 321 |
| |
| |||
333 | 332 |
| |
334 | 333 |
| |
335 | 334 |
| |
336 |
| - | |
| 335 | + | |
337 | 336 |
| |
338 | 337 |
| |
339 | 338 |
| |
|
0 commit comments
Comments
(0)