forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe39d88
committed
Add regression test coverage for contrib/pg_buffercache.
We can't check the output of this view very closely withoutcreating portability headaches, but we can make sure thatthe number of rows is as-expected. In any case, this issufficient to exercise all the C code within, which is alot better than the 0% coverage we had before.DongWook LeeDiscussion:https://postgr.es/m/CAAcByaLCHGJB7qAENEcx9D09UL=w4ma+yijwF_-1MSqQZ9wK6Q@mail.gmail.com1 parentd8e34fa commitbe39d88
File tree
4 files changed
+22
-0
lines changed- contrib/pg_buffercache
- expected
- sql
4 files changed
+22
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
0 commit comments
Comments
(0)