Remove useless (and broken) logging logic in memory context functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Apr 2020 19:27:37 +0000 (15:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Apr 2020 19:27:37 +0000 (15:27 -0400)
commitee88ef55dbacfca15ad425e849280669e3d6ee4d
tree6b8f357970e5e930a3579d52d0b4e443ea39d3bb
parent5b0aa112a8f74e93d28c2dc002cfdaea5c40eeda
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
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/generation.c
src/backend/utils/mmgr/slab.c