mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Transaction log manager core code.
It doesn't work currently but also don't break anything -:)
This commit is contained in:
4
src/backend/access/transam/rmgr.c
Normal file
4
src/backend/access/transam/rmgr.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "postgres.h"
|
||||
#include "access/rmgr.h"
|
||||
|
||||
RmgrData *RmgrTable = NULL;
|
||||
Reference in New Issue
Block a user