| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove unused ShutdownLatchSupport() function |
| Date: | 2025-03-05 21:54:13 |
| Message-ID: | E1tpwgv-000yjw-1B@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)anarazel(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2025-03-05 23:24:27 | pgsql: ecpg: Fix compiler warning in ecpg build with Meson. |
| Previous Message | Daniel Gustafsson | 2025-03-05 21:13:32 | pgsql: ci: Remove installation of libcurl |