Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Cleanup ClusterInfo initialization in pg_upgrade
- b4a7e5980b29 9.1.0 cited
-
pgsql: Cleanup ClusterInfo initialization in pg_upgrade
Alvaro Herrera <alvherre@alvh.no-ip.org> — 2011-02-16T17:08:02Z
Cleanup ClusterInfo initialization in pg_upgrade Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/b4a7e5980b2919d4d2a849d046a8e3a77e06fdb7 Modified Files -------------- contrib/pg_upgrade/info.c | 6 ++++++ contrib/pg_upgrade/pg_upgrade.c | 5 +++-- contrib/pg_upgrade/pg_upgrade.h | 1 + 3 files changed, 10 insertions(+), 2 deletions(-)
-
Re: [COMMITTERS] pgsql: Cleanup ClusterInfo initialization in pg_upgrade
Bruce Momjian <bruce@momjian.us> — 2011-02-16T20:18:14Z
Alvaro Herrera wrote: > Cleanup ClusterInfo initialization in pg_upgrade Global structs are already initialized to zero, so no need to initialize them. I discussed this with Alvaro, and he suggested that there is no need to free memory before we exit. The attached, applied patch makes both changes. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. +