git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f85155e) | patch
Fix error handling of XLogReaderAllocate in case of OOM
Fri, 3 Apr 2015 12:55:37 +0000 (21:55 +0900)
Fri, 3 Apr 2015 12:55:37 +0000 (21:55 +0900)
commit 6e4bf4ecd3c2a266870139462a079809dfe7ab8c
Fix error handling of XLogReaderAllocate in case of OOM

Similarly to previous fix 9b8d478, commit 2c03216 has switched
XLogReaderAllocate() to use a set of palloc calls instead of malloc,
causing any callers of this function to fail with an error instead of
receiving a NULL pointer in case of out-of-memory error. Fix this by
using palloc_extended with MCXT_ALLOC_NO_OOM that will safely return
NULL in case of an OOM.

Michael Paquier, slightly modified by me.
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/access/transam/xlogreader.c diff | blob | blame | history
src/backend/replication/logical/logical.c diff | blob | blame | history
src/bin/pg_rewind/parsexlog.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /