On Thu, Apr 7, 2016 at 6:08 PM, Peter Eisentraut <[email protected]> wrote: > I wish we could avoid the huge, repeated comment blocks. Perhaps we could > put them at the top of the files once?
I'm fine with that. Do you want to take care of that, or should I? > Also, why do you write 0UL instead of just 0? Because the variable is declared as a raw unsigned long, IIRC. It hardly matters. -- Peter Geoghegan -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
