forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit60a51c6
committed
Fix incorrect placement of pfree() in pg_relation_check_pages()
This would cause the function to crash when more than one page isconsidered as broken and reported in the SRF.Reported-by: Noriyoshi ShinodaDiscussion:https://postgr.es/m/TU4PR8401MB11523D42C315AAF822E74275EE170@TU4PR8401MB1152.NAMPRD84.PROD.OUTLOOK.COM1 parentb787d4c commit60a51c6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
224 |
| - | |
225 | 223 |
| |
226 | 224 |
| |
| 225 | + | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
|
0 commit comments
Comments
(0)