Remove leftover dead code from commit_ts.h.
authorFujii Masao <fujii@postgresql.org>
Thu, 3 Jul 2025 14:39:45 +0000 (23:39 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 3 Jul 2025 14:39:45 +0000 (23:39 +0900)
commitc84698ceaea8a08b1d11d527ce9530a98b156799
tree4bff327eb2c4f923e8a5ca869da36c7900e840a1
parent81a2625eb2e4608ba6ca41b2bf548dce8d81ced7
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@163.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/87ecuzmkqf.fsf@163.com
src/include/access/commit_ts.h