diff options
author | Andres Freund <andres@anarazel.de> | 2017-08-24 15:07:40 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-08-24 15:09:54 -0700 |
commit | 1563b8fa673800e79a54fac899f78c836f22ff5c (patch) | |
tree | 97f375d2ad7775f17be375a185d90aabf0e75863 /src/backend/access/gist/gistget.c | |
parent | 51d0fa8ed93fe5befe91498f1a3eb5aede32677a (diff) | |
download | postgresql-1563b8fa673800e79a54fac899f78c836f22ff5c.tar.gz postgresql-1563b8fa673800e79a54fac899f78c836f22ff5c.zip |
Fix harmless thinko in dsa.c.
Commit 16be2fd100199bdf284becfcee02c5eb20d8a11d added DSA_ALLOC_HUGE,
DSA_ALLOC_ZERO and DSA_ALLOC_NO_OOM which have the same numerical
values and meanings as the similarly named MCXT_... macros. In one
place we accidentally used MCXT_ALLOC_NO_OOM when DSA_ALLOC_NO_OOM is
wanted, so tidy that up.
Author: Thomas Munro
Discussion: http://postgr.es/m/CAEepm=2AimHxVkkxnMfQvbZMkXy0uKbVa0-D38c5-qwrCm4CMQ@mail.gmail.com
Backpatch: 10, where dsa was introduced.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions