forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite2923d3
committed
Fix misleading output from gin_desc().
XLOG_GIN_UPDATE_META_PAGE and XLOG_GIN_DELETE_LISTPAGE records were printedwith a list link field labeled as "blkno", which was confusing, especiallywhen the link was empty (InvalidBlockNumber). Print the metapage blocknumber instead, since that's what's actually being updated. We couldinclude the link values too as a separate field, but not clear it's worththe trouble.Back-patch to 8.4 where the dubious code was added.1 parent60243e8 commite2923d3
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
748 | 748 |
| |
749 | 749 |
| |
750 | 750 |
| |
751 |
| - | |
752 |
| - | |
753 |
| - | |
| 751 | + | |
754 | 752 |
| |
755 | 753 |
| |
756 | 754 |
| |
| |||
767 | 765 |
| |
768 | 766 |
| |
769 | 767 |
| |
770 |
| - | |
| 768 | + | |
771 | 769 |
| |
772 | 770 |
| |
773 | 771 |
| |
774 | 772 |
| |
775 | 773 |
| |
776 | 774 |
| |
777 | 775 |
| |
778 |
| - | |
| 776 | + | |
779 | 777 |
| |
780 | 778 |
| |
781 | 779 |
| |
|
0 commit comments
Comments
(0)