Re: improve performance of pg_dump --binary-upgrade

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: improve performance of pg_dump --binary-upgrade
Date: 2024-04-22 19:01:03
Message-ID: 20240422190103.GA367217@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed that there are some existing examples of this sort of thing in
pg_dump (e.g., commit d5e8930), so I adjusted the patch to match the
surrounding style a bit better.

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v4-0001-Remove-is_index-parameter-from-binary_upgrade_set.patch text/x-diff 3.7 KB
v4-0002-Improve-performance-of-pg_dump-binary-upgrade.patch text/x-diff 9.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2024-04-22 19:19:11 doc: create table improvements
Previous Message Robert Haas 2024-04-22 18:52:58 Re: Add notes to pg_combinebackup docs