Remove unused ShutdownLatchSupport() function

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: a98e4dee63ce594ed32d1b004385d6ffa8b57dc5
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2025-03-05T21:52:04Z
Releases: 18.0
Remove unused ShutdownLatchSupport() function

The only caller was removed in commit 80a8f95b3b. I don't foresee
needing it any time soon, and I'm working on some big changes in this
area, so let's remove it out of the way.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/8a507fb6-df28-49d3-81a5-ede180d7f0fb@iki.fi

Files

PathChange+/−
src/backend/storage/ipc/latch.c modified +0 −27
src/include/storage/latch.h modified +0 −1

Discussion