From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | Japin Li <japinli(at)hotmail(dot)com> |
Cc: | Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Inconsistent LSN format in pg_waldump output |
Date: | 2025-10-17 12:26:09 |
Message-ID: | 202510161752.vnzpkapsf7mr@alvherre.pgsql |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I found an old patch in my local worktree closely related to this work;
here we take the additional step of changing the pattern used for .snap
file names in logical decoding to use %X/%08X as the other patterns we
changed for this. This changes both the sscanf() part of it as well as
sprinft().
Any objections against this?
--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
Attachment | Content-Type | Size |
---|---|---|
0001-Use-a-define-for-the-.snap-printf-format-string.patch | text/x-diff | 4.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2025-10-17 12:31:40 | Re: ci: Skip minfree file in the cores_backtrace.sh |
Previous Message | Álvaro Herrera | 2025-10-17 12:25:19 | Re: ci: Skip minfree file in the cores_backtrace.sh |