forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd7897ab
committed
pageinspect: Make page deletion elog less chatty.
An elog that reports the value of a transaction ID stored on a deletednbtree page was added by commite5d8a99, which taught page deletion tostore full 64-bit XIDs. It seems very chatty on further reflection, solower its elevel from NOTICE to DEBUG2.Author: Peter Geoghegan <pg@bowt.ie>Backpatch: 14-, just like the nbtree XID enhancement.1 parenta21049f commitd7897ab
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
|
0 commit comments
Comments
(0)