pgsql: Remove unused latch

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused latch
Date: 2024-10-05 12:37:07
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused latch

It was left unused by commit bc971f4025, which replaced the latch
usage with a condition variable

Discussion: https://www.postgresql.org/message-id/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6c0c49f7d37dc29775947ac6edbc494c32f43fa6

Modified Files
--------------
src/backend/replication/walsender.c | 3 ---
src/include/replication/walsender_private.h | 7 -------
2 files changed, 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-10-05 18:46:55 pgsql: Use generateClonedIndexStmt to propagate CREATE INDEX to partiti
Previous Message Thomas Munro 2024-10-05 01:13:27 pgsql: Reject non-ASCII locale names.