mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
5 lines
78 B
C
5 lines
78 B
C
#include "postgres.h"
|
|
#include "access/rmgr.h"
|
|
|
|
RmgrData *RmgrTable = NULL;
|