Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> What's being done in this patch is exactly what would be done in the
> ilist code. So if there are problems with this, please speak up.
Stylistic gripe: in palloc.h you didn't follow the pattern of
#ifndef USE_INLINE
extern ...
#endif
before (rather than after) the function definitions. Nitpicky I know,
but if we're trying to create a pattern, we should be consistent.
The comment added in c.h has some grammar issues, too. Looks good
otherwise.
regards, tom lane