forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1fd3dd2
committed
Add bt_multi_page_stats() function to contrib/pageinspect.
This is like the existing bt_page_stats() function, but it canreport on a range of pages rather than just one at a time.I don't have a huge amount of faith in the portability of thenew test cases, but they do pass in a 32-bit FreeBSD VM here.Further adjustment may be needed depending on buildfarm results.Hamid Akhtar, reviewed by Naeem Akhter, Bertrand Drouvot,Bharath Rupireddy, and myselfDiscussion:https://postgr.es/m/CANugjht-=oGMRmNJKMqnBC69y7vr+wHDmm0ZK6-1pJsxoBKBbA@mail.gmail.com1 parente351f85 commit1fd3dd2
File tree
8 files changed
+428
-80
lines changed- contrib/pageinspect
- expected
- sql
- doc/src/sgml
8 files changed
+428
-80
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
0 commit comments
Comments
(0)