On 1 October 2012 15:00, Tom Lane <[email protected]> wrote: > 1. Teach pg_malloc not to complain if result == NULL and size == 0.
+1 to that proposal. > 2. Before the malloc call, have it replace size == 0 with size = 1. I don't like that proposal on purely aesthetic grounds. -- Peter Geoghegan http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training and Services -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
