pgsql/src/backend/commands async.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/commands async.c
Date
Msg-id 200106172227.f5HMRFw10398@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/06/17 18:27:15

Modified files:
    src/backend/commands: async.c

Log message:
    Keep the list of to-be-NOTIFYed names in a plain List palloc'd in
    TopTransactionContext, rather than using Dllist.  This simplifies and
    speeds up the code, and eliminates a former risk of coredump when
    out of memory (since the old code didn't bother to check for malloc
    failure).  It also moves us one step closer to retiring Dllist...


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src backend/optimizer/path/indxpath.c ba ...
Next
From: Hiroshi Inoue
Date:
Subject: pgsql/src/interfaces/odbc convert.c