forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitecdf95f
committed
This patch fixes the undefined (according to C) and erroneous (under
Digital Uni x with both DEC cc and gcc) behaviour of modifying anlvalue on the left side an d then using it on the right side of anassignment. Since this code modifies the dbname parameter, it was changing, for example, "dbname=template1" into "dbname =emplate1".David Smith Programmer P1 parent5c431eb commitecdf95f
1 file changed
+5
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
| 218 | + | |
| 219 | + | |
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
| |||
732 | 733 |
| |
733 | 734 |
| |
734 | 735 |
| |
735 |
| - | |
| 736 | + | |
| 737 | + | |
736 | 738 |
| |
737 | 739 |
| |
738 | 740 |
| |
|
0 commit comments
Comments
(0)