On Mon, Jun 20, 2011 at 4:01 PM, Florian Pflug <[email protected]> wrote: > Are you sure? Isn't mmap()ing /dev/null a way to *allocate* memory? > > Or at least this is what I always thought glibc does when you malloc()
It mmaps /dev/zero actually. -- greg -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
