forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2119b52

Thomas G. Lockhart
Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now.
Add non-working code which is commented-out to copy GroupClause structures.1 parent12d5c30 commit2119b52
1 file changed
+20
-2
lines changedLines changed: 20 additions & 2 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 |
| |
| |||
1466 | 1466 |
| |
1467 | 1467 |
| |
1468 | 1468 |
| |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
1469 | 1482 |
| |
1470 | 1483 |
| |
1471 | 1484 |
| |
| |||
1542 | 1555 |
| |
1543 | 1556 |
| |
1544 | 1557 |
| |
1545 |
| - | |
| 1558 | + | |
1546 | 1559 |
| |
1547 | 1560 |
| |
1548 | 1561 |
| |
| |||
1763 | 1776 |
| |
1764 | 1777 |
| |
1765 | 1778 |
| |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
1766 | 1784 |
| |
1767 | 1785 |
| |
1768 | 1786 |
| |
|
0 commit comments
Comments
(0)