summaryrefslogtreecommitdiff
path: root/src/tutorial/complex.source
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-07-24 09:04:59 -0400
committerRobert Haas <rhaas@postgresql.org>2014-07-24 09:16:27 -0400
commit3372f1adad12bc70321fdf22f3c11ac67e429f63 (patch)
tree58b3953dd03f06687ded49828b20ee1386b4bee4 /src/tutorial/complex.source
parentfece13d7477720bcbf02af795bed695c54d1250c (diff)
Fix checkpointer crash in EXEC_BACKEND builds.
Nothing in the checkpointer calls InitXLOGAccess(), so WALInsertLocks never got initialized there. Without EXEC_BACKEND, it works anyway because the correct value is inherited from the postmaster, but with EXEC_BACKEND we've got a problem. The problem appears to have been introduced by commit 68a2e52bbaf98f136a96b3a0d734ca52ca440a95. To fix, move the relevant initialization steps from InitXLOGAccess() to XLOGShmemInit(), making this more parallel to what we do elsewhere. Amit Kapila
Diffstat (limited to 'src/tutorial/complex.source')
0 files changed, 0 insertions, 0 deletions