forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8001cb7
committed
Fix heap_page_prune() parameter order confusion introduced indc7420c.
Both luckily and unluckily the passed values meant the same for alltypes. Luckily because that meant my confusion caused no harm,unluckily because otherwise the compiler might have warned...In passing, synchronize parameter names between definition anddeclaration.Reported-By: Peter Geoghegan <pg@bowt.ie>Author: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/CAH2-Wz=L=nBoepQdH9b5Qd0nMvepFT2CnT6sjWvvpOXa=K8HVQ@mail.gmail.com1 parenta975ff4 commit8001cb7
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1237 | 1237 |
| |
1238 | 1238 |
| |
1239 | 1239 |
| |
1240 |
| - | |
1241 |
| - | |
| 1240 | + | |
| 1241 | + | |
1242 | 1242 |
| |
1243 | 1243 |
| |
1244 | 1244 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
178 |
| - | |
| 177 | + | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
|
0 commit comments
Comments
(0)