Re: [COMMITTERS] pgsql: Modify pg_dump to use error-free memory allocation macros. This
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: pgsql-hackers@postgresql.org
Date: 2011-11-26T17:24:10Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Modify pg_dump to use error-free memory allocation macros. This avoids
- 3c0afde11a12 9.2.0 cited
Bruce Momjian <bruce@momjian.us> writes: > Basically, if we keep the existing functions in common.c, we are > deciding that it is never worth moving C functions to new C files for > source code clarity. I was not sure we had made that decision in the > past. I once held hope that git would let us be more flexible about this, but experimentation has shown that it's not significantly smarter than CVS about back-patches in moved code :-(. I don't want to say that we should *never* move code once it's released; but I think the bar for that needs to be set pretty high, and this particular case isn't clearing the bar for me. regards, tom lane