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-qwrcm4...@mail.gmail.com Backpatch: 10, where dsa was introduced. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/20fbf25533763c8c78c9c668b718d831236fb111 Modified Files -------------- src/backend/utils/mmgr/dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers