Repair core dump when trying to delete an entry from an already-NULL
Tom Lane <tgl@sss.pgh.pa.us>
Repair core dump when trying to delete an entry from an already-NULL datconfig or useconfig field. Per report from Dustin Sallings.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/dbcommands.c | modified | +5 −2 |
| src/backend/commands/user.c | modified | +7 −2 |
| src/backend/utils/misc/guc.c | modified | +34 −16 |