| From: | Kenny Chen <kennychen851228(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Cc: | alvherre(at)kurilemu(dot)de, ah(at)cybertec(dot)at |
| Subject: | Fix LSN format in REPACK worker debug message |
| Date: | 2026-07-18 04:20:09 |
| Message-ID: | CAPXstDuWD8jg0=C8PXTXGSTTsZcjqJ+u+xKCrMpN99CXsxQzCg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello hackers,
A debug message in repack_worker.c (added by commit 28d534e2ae0)
still prints an LSN with the old %X/%X style. Commit 2633dae2e48
standardized LSN output to %X/%08X via LSN_FORMAT_ARGS().
The attached one-line patch fixes it.
Regards,
Kenny
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-Fix-LSN-format-in-REPACK-worker-debug-message.patch | application/octet-stream | 1.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ian Lawrence Barwick | 2026-07-18 05:04:52 | Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document |
| Previous Message | Amit Kapila | 2026-07-18 03:35:05 | Re: sequencesync worker race with REFRESH SEQUENCES |