Remove useless (and broken) logging logic in memory context functions.
Tom Lane <tgl@sss.pgh.pa.us>
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/8936216c-3492-3f6e-634b-d638fddc5f91@gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mmgr/aset.c | modified | +0 −26 |
| src/backend/utils/mmgr/generation.c | modified | +0 −20 |
| src/backend/utils/mmgr/slab.c | modified | +0 −20 |
Discussion
- HEAPDEBUGALL is broken 14 messages · 2020-04-19 → 2020-04-24