Thread
Commits
-
Fix harmless thinko in dsa.c.
- 1563b8fa6738 10.0 landed
- 20fbf2553376 11.0 landed
-
MCXT_ALLOC_NO_OOM -> DSA_ALLOC_NO_OOM in dsa.c
Thomas Munro <thomas.munro@enterprisedb.com> — 2017-08-24T11:08:52Z
Hi hackers, I spotted a (harmless) thinko in dsa.c. Please see attached. -- Thomas Munro http://www.enterprisedb.com
-
Re: MCXT_ALLOC_NO_OOM -> DSA_ALLOC_NO_OOM in dsa.c
Andres Freund <andres@anarazel.de> — 2017-08-24T22:23:02Z
Hi, On 2017-08-24 23:08:52 +1200, Thomas Munro wrote: > I spotted a (harmless) thinko in dsa.c. Please see attached. Pushed to 10 and master. Thanks. - Andres