forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc330842
committed
Reorganize heap_page_prune() function comment
heap_page_prune()'s function header comment didn't explain theparameters in the same order they appear in the function. Fix that.Author: Melanie Plageman <melanieplageman@gmail.com>Discussion:https://www.postgresql.org/message-id/20240320013602.6sypr4cx6sefpemg@liskov1 parent522ed12 commitc330842
1 file changed
+6
-7
lines changedLines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
201 |
| - | |
| 200 | + | |
202 | 201 |
| |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
| 202 | + | |
| 203 | + | |
208 | 204 |
| |
209 | 205 |
| |
210 | 206 |
| |
211 | 207 |
| |
| 208 | + | |
| 209 | + | |
| 210 | + | |
212 | 211 |
| |
213 | 212 |
| |
214 | 213 |
| |
|
0 commit comments
Comments
(0)