Re: Add REPACK progress phases for logical decoding setup

From: Sami Imseih <samimseih(dot)pg(at)gmail(dot)com>
To: Manu <manuelreyesbravo(at)gmail(dot)com>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add REPACK progress phases for logical decoding setup
Date: 2026-09-23 17:21:46
Message-ID: CAN12+YKo-vjvdPQts6QnHoB3ET5A2or137oN_FGMviQdtYLN6Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks!

> 9 (enabling logical decoding)
> 10 (initializing logical decoding)
> 1 (seq scanning heap)
> 7 (rebuilding index)
> 5 (catch-up)
> 6 (swapping relation files)
> 8 (final cleanup)

I think the ordering here does not matter and we don't make
guarantees, so I will keep it that way.

v3- just has a minor change: I was using "REPACK (CONCURRENTLY)"
instead of using the existing "REPACK CONCURRENTLY" style. Fixed

--
Sami

Attachment Content-Type Size
v3-0001-doc-Improve-REPACK-phase-documentation-for-long-o.patch application/octet-stream 2.7 KB
v3-0002-Add-REPACK-progress-phases-for-logical-decoding-s.patch application/octet-stream 10.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2026-09-23 17:26:47 Re: contrib/pg_stat_tcpinfo
Previous Message Sehrope Sarkuni 2026-09-23 17:19:51 Re: Speed up lpad() and rpad() for one-byte padding strings