pgsql: Remove unused ShutdownLatchSupport() function - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove unused ShutdownLatchSupport() function
Date
Msg-id E1tpwgv-000yjw-1B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a98e4dee63ce594ed32d1b004385d6ffa8b57dc5

Modified Files
--------------
src/backend/storage/ipc/latch.c | 27 ---------------------------
src/include/storage/latch.h     |  1 -
2 files changed, 28 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: ci: Remove installation of libcurl
Next
From: Fujii Masao
Date:
Subject: pgsql: ecpg: Fix compiler warning in ecpg build with Meson.