[PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog
| From: |
Andres Freund <andres(at)2ndquadrant(dot)com> |
| To: |
pgsql-hackers(at)postgresql(dot)org |
| Subject: |
[PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog |
| Date: |
2013-01-09 11:27:10 |
| Message-ID: |
1357730830-25999-3-git-send-email-andres@2ndquadrant.com (view raw or flat) |
| Thread: |
|
| Lists: |
pgsql-hackers |
---
src/bin/pg_resetxlog/pg_resetxlog.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
In response to
pgsql-hackers by date
| Next: | From: Peter Eisentraut | Date: 2013-01-09 11:28:32 |
| Subject: information schema parameter_default implementation |
| Previous: | From: Andres Freund | Date: 2013-01-09 11:27:09 |
| Subject: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs |