forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5ca15e
committed
Add type cast to foreach_internal's loop variable.
C++ requires explicitly casting void pointers to the appropriatepointer type, which means the foreach_ptr macro cannot be used inC++ code without this change.Author: Jelte Fennema-NioReviewed-by: Bruce MomjianDiscussion:https://postgr.es/m/CAGECzQSYG3QfHrc-rOk2KbnB9iJOd7Qu-Xii1s-GTA%3D3JFt49Q%40mail.gmail.comBackpatch-through: 171 parent2453196 commitd5ca15e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
488 |
| - | |
| 488 | + | |
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
|
0 commit comments
Comments
(0)