aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/commit_ts.c
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-07-10 15:52:41 -0500
committerNathan Bossart <nathan@postgresql.org>2025-07-10 15:52:41 -0500
commitfb6c860bbd1f798dc637c8aa8972570b84f01ad2 (patch)
tree70f0abfd0776aac6b879808fef00e57b17060d53 /src/backend/access/transam/commit_ts.c
parentb41c4308460500f2888aff9f844458915cae1798 (diff)
downloadpostgresql-fb6c860bbd1f798dc637c8aa8972570b84f01ad2.tar.gz
postgresql-fb6c860bbd1f798dc637c8aa8972570b84f01ad2.zip
pg_dump: Fix object-type sort priority for large objects.
Commit a45c78e328 moved large object metadata from SECTION_PRE_DATA to SECTION_DATA but neglected to move PRIO_LARGE_OBJECT in dbObjectTypePriorities accordingly. While this hasn't produced any known live bugs, it causes problems for a proposed patch that optimizes upgrades with many large objects. Fixing the priority might also make the topological sort step marginally faster by reducing 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%40nathan Discussion: https://postgr.es/m/aG_5DBCjdDX6KAoD%40nathan Backpatch-through: 17
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions