forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22bd99e
committed
From: hankin <hankin@consultco.com>
a while back I posted a patch for pg_ident, the patch worked but I didn'tdiagnose the problem properly.on my compiler(gcc2.7.2) this compiles with no errors...char buf[1000]; if(buf != '\0') {...but it doesn't compare '\0' with the first char of buf.1 parentbb7f173 commit22bd99e
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 |
| - | |
| 665 | + | |
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
669 |
| - | |
| 669 | + | |
670 | 670 |
| |
671 | 671 |
| |
672 | 672 |
| |
673 |
| - | |
| 673 | + | |
674 | 674 |
| |
675 | 675 |
| |
676 | 676 |
| |
| 677 | + | |
677 | 678 |
| |
678 | 679 |
| |
| 680 | + | |
| 681 | + | |
| 682 | + | |
679 | 683 |
| |
680 | 684 |
| |
681 | 685 |
| |
|
0 commit comments
Comments
(0)