forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1384771
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 parent9b4d973 commit1384771
1 file changed
+3
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
750 |
| - | |
751 |
| - | |
752 |
| - | |
| 750 | + | |
753 | 751 |
| |
754 | 752 |
| |
755 | 753 |
| |
| |||
766 | 764 |
| |
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 |
| |
|
0 commit comments
Comments
(0)