Re: pgsql: Prevent invalidation of newly synced replication slots. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Prevent invalidation of newly synced replication slots.
Date
Msg-id 547219.1769530268@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Prevent invalidation of newly synced replication slots.  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: pgsql: Prevent invalidation of newly synced replication slots.
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> What's also puzzling is that what this test is doing seems to be
> totally standard.

Yeah.  I do notice something interesting when running it here:
046_checkpoint_logical_slot_mike.log shows that we are triggering
quite a few checkpoints (via pg_switch_wal()) in quick succession
on the primary.  I wonder if that is somehow tickling a Windows
filesystem restriction.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_waldump: support decoding of WAL inside tarfile
Next
From: Corey Huinker
Date:
Subject: Re: Extended Statistics set/restore/clear functions.