-
- Downloads
Remove rm_safe_restartpoint machinery.
It is no longer used, none of the resource managers have multi-record actions that would make it unsafe to perform a restartpoint. Also don't allow rm_cleanup to write WAL records, it's also no longer required. Move the call to rm_cleanup routines to make it more symmetric with rm_startup.
Showing
- src/backend/access/transam/rmgr.c 2 additions, 2 deletionssrc/backend/access/transam/rmgr.c
- src/backend/access/transam/xlog.c 7 additions, 43 deletionssrc/backend/access/transam/xlog.c
- src/include/access/rmgr.h 1 addition, 1 deletionsrc/include/access/rmgr.h
- src/include/access/rmgrlist.h 18 additions, 18 deletionssrc/include/access/rmgrlist.h
- src/include/access/xlog_internal.h 0 additions, 1 deletionsrc/include/access/xlog_internal.h
Loading
Please register or sign in to comment