C doesn't break on free(NULL) so why is pfree developed to break on NULL? Is there any way in PostgreSQL to overcome this so that it won't break, apart from checking if the pointer NULL?
- [HACKERS] Why pfree(NULL) breaks execution? Marios Vodas
- Re: [HACKERS] Why pfree(NULL) breaks execution? Robert Haas
- Re: [HACKERS] Why pfree(NULL) breaks execution? Peter Geoghegan