From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove leftover dead code from commit_ts.h. |
Date: | 2025-07-03 14:40:38 |
Message-ID: | E1uXL78-004Wsw-0v@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove leftover dead code from commit_ts.h.
Commit 08aa89b3262 removed the COMMIT_TS_SETTS WAL record,
leaving xl_commit_ts_set and SizeOfCommitTsSet unused. However,
it missed removing these definitions. This commit cleans up
the leftover code.
Since this is a cleanup rather than a bug fix, it is applied only to
the master branch.
Author: Andy Fan <zhihuifan1213(at)163(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/87ecuzmkqf.fsf@163.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c84698ceaea8a08b1d11d527ce9530a98b156799
Modified Files
--------------
src/include/access/commit_ts.h | 11 -----------
1 file changed, 11 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2025-07-03 14:54:56 | pgsql: Add tab-completion for ALTER TABLE not-nulls |
Previous Message | Álvaro Herrera | 2025-07-03 14:32:14 | Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error |