Re: Why pfree(NULL) breaks execution? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Why pfree(NULL) breaks execution?
Date
Msg-id AANLkTi=hpBiVdyaFayuvd250ibpZoT8eih58UG7t9cu=@mail.gmail.com
Whole thread Raw
In response to Why pfree(NULL) breaks execution?  (Marios Vodas <mvodas@gmail.com>)
Responses Re: Why pfree(NULL) breaks execution?
List pgsql-hackers
On Fri, Mar 4, 2011 at 8:08 AM, Marios Vodas <mvodas@gmail.com> wrote:
> 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?

I think that free(NULL) works on some platforms but not all.  I don't
see what advantage we'd get out of making pfree(NULL) silently work,
and there's a clear disadvantage: it would remove a useful sanity
check.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_basebackup and wal streaming
Next
From: Peter Geoghegan
Date:
Subject: Re: Why pfree(NULL) breaks execution?