diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-03-10 10:17:19 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-03-10 10:17:19 -0400 |
commit | cb9a0c7987466b130fbced01ab5d5481cf3a16df (patch) | |
tree | 930f14e0a5051d4e5cb80df023be1650cf250dd9 /src/backend/access/gin/ginarrayproc.c | |
parent | 77049443a1794bc5222aabb051476367fe347202 (diff) | |
download | postgresql-cb9a0c7987466b130fbced01ab5d5481cf3a16df.tar.gz postgresql-cb9a0c7987466b130fbced01ab5d5481cf3a16df.zip |
Teach on_exit_reset() to discard pending cleanups for dsm.
If a postmaster child invokes fork() and then calls on_exit_reset, that
should be sufficient to let it exit() without breaking anything, but
dynamic shared memory broke that by not updating on_exit_reset() to
discard callbacks registered with dynamic shared memory segments.
Per investigation of a complaint from Tom Lane.
Diffstat (limited to 'src/backend/access/gin/ginarrayproc.c')
0 files changed, 0 insertions, 0 deletions