diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-05-23 15:44:54 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-05-23 15:44:54 +0200 |
commit | fb844b9f06568aa29303122ac0bb7b4c3cce2542 (patch) | |
tree | 66efe16dbf2d81153330a37d899f36f4524e338e /src/include/storage/procsignal.h | |
parent | 70a13c528b6e382a381ff95c15a4989e2dd9360b (diff) | |
download | postgresql-fb844b9f06568aa29303122ac0bb7b4c3cce2542.tar.gz postgresql-fb844b9f06568aa29303122ac0bb7b4c3cce2542.zip |
Revert function to get memory context stats for processes
Due to concerns raised about the approach, and memory leaks found
in sensitive contexts the functionality is reverted. This reverts
commits 45e7e8ca9, f8c115a6c, d2a1ed172, 55ef7abf8 and 042a66291
for v18 with an intent to revisit this patch for v19.
Discussion: https://postgr.es/m/594293.1747708165@sss.pgh.pa.us
Diffstat (limited to 'src/include/storage/procsignal.h')
-rw-r--r-- | src/include/storage/procsignal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/storage/procsignal.h b/src/include/storage/procsignal.h index 345d5a0ecb1..afeeb1ca019 100644 --- a/src/include/storage/procsignal.h +++ b/src/include/storage/procsignal.h @@ -35,7 +35,6 @@ typedef enum PROCSIG_WALSND_INIT_STOPPING, /* ask walsenders to prepare for shutdown */ PROCSIG_BARRIER, /* global barrier interrupt */ PROCSIG_LOG_MEMORY_CONTEXT, /* ask backend to log the memory contexts */ - PROCSIG_GET_MEMORY_CONTEXT, /* ask backend to send the memory contexts */ PROCSIG_PARALLEL_APPLY_MESSAGE, /* Message from parallel apply workers */ /* Recovery conflict reasons */ |