On 1 October 2012 15:00, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> 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
In response to
Responses
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2012-10-01 14:43:00 |
| Subject: Re: WIP checksums patch |
| Previous: | From: Tom Lane | Date: 2012-10-01 14:36:52 |
| Subject: Re: Extending range of to_tsvector et al |