- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit36026b0
committed
pg_dump: Fix object-type sort priority for large objects.
Commita45c78e moved large object metadata from SECTION_PRE_DATAto SECTION_DATA but neglected to move PRIO_LARGE_OBJECT indbObjectTypePriorities accordingly. While this hasn't produced anyknown live bugs, it causes problems for a proposed patch thatoptimizes upgrades with many large objects. Fixing the prioritymight also make the topological sort step marginally faster byreducing the number of ordering violations that have to be fixed.Reviewed-by: Nitin Motiani <nitinmotiani@google.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/aBkQLSkx1zUJ-LwJ%40nathanDiscussion:https://postgr.es/m/aG_5DBCjdDX6KAoD%40nathanBackpatch-through: 171 parent99fd638 commit36026b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments
Comments
(0)