mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
b0b6196386
Failures in allocations could lead to crashes with NULL pointer dereferences . Memory context TopMemoryContext is used instead to keep alive the plans allocated in the session. A more specific context could be used here, but this is left for later. Reported-by: Jian Zhang Author: Michael Paquier Reviewed-by: Tom Lane, Andres Freund Discussion: https://postgr.es/m/16190-70181c803641c3dc@postgresql.org |
||
---|---|---|
.. | ||
autoinc--1.0.sql | ||
autoinc--unpackaged--1.0.sql | ||
autoinc.c | ||
autoinc.control | ||
autoinc.example | ||
insert_username--1.0.sql | ||
insert_username--unpackaged--1.0.sql | ||
insert_username.c | ||
insert_username.control | ||
insert_username.example | ||
Makefile | ||
moddatetime--1.0.sql | ||
moddatetime--unpackaged--1.0.sql | ||
moddatetime.c | ||
moddatetime.control | ||
moddatetime.example | ||
refint--1.0.sql | ||
refint--unpackaged--1.0.sql | ||
refint.c | ||
refint.control | ||
refint.example |