[PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog - Mailing list pgsql-hackers

From Andres Freund
Subject [PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog
Date
Msg-id 1357730830-25999-3-git-send-email-andres@2ndquadrant.com
Whole thread Raw
In response to Re: [PATCH 2/5] Make relpathbackend return a statically result instead of palloc()'ing it  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
---
 src/bin/pg_resetxlog/pg_resetxlog.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Performance Improvement by reducing WAL for Update Operation
Next
From: Andres Freund
Date:
Subject: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4)