Skip to content

Commit

Permalink
PG-1205: Update RMGR ID from experimental to registered value (140)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforall committed Nov 20, 2024
1 parent cb85a7e commit d24f679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/access/pg_tde_xlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#define XLOG_TDE_ADD_KEY_PROVIDER_KEY 0x40
#define XLOG_TDE_FREE_MAP_ENTRY 0x50

/* TODO: ID has to be registedred and changed: https://wiki.postgresql.org/wiki/CustomWALResourceManagers */
#define RM_TDERMGR_ID RM_EXPERIMENTAL_ID
/* ID 140 is registered for Percona TDE extension: https://wiki.postgresql.org/wiki/CustomWALResourceManagers */
#define RM_TDERMGR_ID 140
#define RM_TDERMGR_NAME "test_tdeheap_custom_rmgr"

extern void tdeheap_rmgr_redo(XLogReaderState *record);
Expand Down

0 comments on commit d24f679

Please sign in to comment.