You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only initialize WAL shmem once in EXEC_BACKEND builds
This only affects EXEC_BACKEND/Windows builds which we currently do not
support, but we fix this anyway to make the code more consistent and
easier to understand since we try to care about this in other places.
In the future we may want to add CI and proper support for EXEC_BACKEND
builds.
The issue was originally found by Zsolt Parragi.
0 commit comments