forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d581ce
committed
Fix misuse of foreach_delete_current().
Our coding convention requires this macro's result to be assignedback to the original List variable. In this usage, since theList could not become empty, there was no actual bug --- butsome compilers warned about it. Oversight inbe45be9.Discussion:https://postgr.es/m/35077b31-2d62-1e31-0e2e-ddb52d590b73@enterprisedb.com1 parentbe45be9 commit1d581ce
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1844 | 1844 |
| |
1845 | 1845 |
| |
1846 | 1846 |
| |
1847 |
| - | |
| 1847 | + | |
1848 | 1848 |
| |
1849 | 1849 |
| |
1850 | 1850 |
| |
1851 |
| - | |
| 1851 | + | |
1852 | 1852 |
| |
1853 | 1853 |
| |
1854 | 1854 |
| |
|
0 commit comments
Comments
(0)