Re: improve performance of pg_dump with many sequences - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: improve performance of pg_dump with many sequences
Date
Msg-id ZpCQTZtXL85P5SaT@nathan
Whole thread Raw
In response to Re: improve performance of pg_dump with many sequences  ("Euler Taveira" <euler@eulerto.com>)
Responses Re: improve performance of pg_dump with many sequences
List pgsql-hackers
On Wed, Jul 10, 2024 at 11:52:33PM -0300, Euler Taveira wrote:
> On Wed, Jul 10, 2024, at 7:05 PM, Nathan Bossart wrote:
>> Unfortunately, I think we have to keep this workaround since older minor
>> releases of PostgreSQL don't have the fix.
> 
> Hmm. Right.

On second thought, maybe we should just limit this improvement to the minor
releases with the fix so that we _can_ get rid of the workaround.  Or we
could use the hacky workaround only for versions with the bug.

-- 
nathan



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Allow non-superuser to cancel superuser tasks.
Next
From: Tom Lane
Date:
Subject: Re: Clang function pointer type warnings in v14, v15