"...postgres-lambda-diff.git" did not exist on "58e47c40a05a1401c58a67e31bd77845ddb10829"
Select Git revision
async.c
-
Tom Lane authored
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...
Tom Lane authoredTopTransactionContext, 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...