pgsql: Remove leftover dead code from commit_ts.h. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Remove leftover dead code from commit_ts.h.
Date
Msg-id E1uXL78-004Wsw-0v@gemulon.postgresql.org
Whole thread Raw
List 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@163.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.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(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Next
From: Tom Lane
Date:
Subject: pgsql: Obtain required table lock during cross-table updates, redux.