-
- Downloads
Split out list of XLog resource managers
The new rmgrlist.h header, containing all necessary data about built-in resource managers, allows other pieces of code to access them. In particular, this allows a future pg_xlogdump program to extract rm_desc function pointers, without having to keep a duplicate list of them.
Showing
- src/backend/access/transam/rmgr.c 4 additions, 17 deletionssrc/backend/access/transam/rmgr.c
- src/include/access/rmgr.h 16 additions, 20 deletionssrc/include/access/rmgr.h
- src/include/access/rmgrlist.h 44 additions, 0 deletionssrc/include/access/rmgrlist.h
- src/include/access/xlog_internal.h 4 additions, 1 deletionsrc/include/access/xlog_internal.h
Loading
Please register or sign in to comment