Thread

Commits

  1. Fix harmless thinko in dsa.c.

  1. 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
    
  2. 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