pgsql: Remove useless (and broken) logging logic in memory context func

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove useless (and broken) logging logic in memory context func
Дата
Msg-id [email protected]
обсуждение исходный текст
Список pgsql-committers
Remove useless (and broken) logging logic in memory context functions.

Nobody really uses this stuff, especially not since we created
valgrind-based infrastructure that does the same thing better.
It is thus unsurprising that the generation.c and slab.c versions
were actually broken.  Rather than fix 'em, let's just remove 'em.

Alexander Lakhin

Discussion: https://postgr.es/m/[email protected]

Branch
------
master

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

Modified Files
--------------
src/backend/utils/mmgr/aset.c       | 26 --------------------------
src/backend/utils/mmgr/generation.c | 20 --------------------
src/backend/utils/mmgr/slab.c       | 20 --------------------
3 files changed, 66 deletions(-)


В списке pgsql-committers по дате отправления: