Skip to content

Question/Feature Request: Is RegisterCustomRmgr supported/available in pgrx? #2261

@linker1119

Description

@linker1119

I'm currently exploring the possibility of implementing a custom table access method and I need to register a custom WAL resource manager for handling WAL records specific to my access method.

In PostgreSQL C extensions, this is done by calling RegisterCustomRmgr (defined in access/xlog_internal.h) during _PG_init.

However, I couldn't find RegisterCustomRmgr exposed in pgrx::pg_sys. I checked: pgrx::pg_sys module documentation.

It seems this function is not currently available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions