Thread
-
Re: Add --system-identifier / -s option to pg_resetwal
Nikolay Samokhvalov <nik@postgres.ai> — 2025-06-04T18:46:21Z
Thank you, Peter and Michael, for the reviews Attached is v2, simplified as suggested: - Removed short option -s - Removed interactive confirmation and --force - Simplified tests leaving only essential ones Additionally, there was an off-list review done by Andrey Borodin, so his comments also addressed: - Simplified logic, getting rid of '-' check (negative numbers) -- decided to accept negative input values (they wrap to valid positive uint64) Nik