Re: Error "initial slot snapshot too large" in create replication slot - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Error "initial slot snapshot too large" in create replication slot
Date
Msg-id 20220912215317.ji6ajsenawrojlqf@awork3.anarazel.de
Whole thread Raw
In response to Re: Error "initial slot snapshot too large" in create replication slot  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hi,

On 2022-09-09 13:19:14 -0400, Robert Haas wrote:
> I mentioned this patch to Andres in conversation, and he expressed a
> concern that there might be no guarantee that we retain enough CLOG to
> look up XIDs.

I was concerned we wouldn't keep enough subtrans, rather than clog. But I
think we're ok, because we need to have an appropriate ->xmin for exporting /
importing the snapshot.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Error "initial slot snapshot too large" in create replication slot
Next
From: Andrew Dunstan
Date:
Subject: Re: Can we avoid chdir'ing in resolve_symlinks() ?