forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce7f772
committed
Use correct GetDatum() in pg_relation_check_pages()
UInt32GetDatum() was getting used, while the result needsInt64GetDatum(). Oversight inf2b8839.Per buildfarm member florican.Discussion:https://postgr.es/m/1226629.1603859189@sss.pgh.pa.us1 parentf2b8839 commitce7f772
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
| 217 | + | |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
|
0 commit comments
Comments
(0)