mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
5 lines
127 B
C
5 lines
127 B
C
#include "c.h"
|
|
#include "catalog/pg_control.h"
|
|
|
|
const uint32 PG_CONTROLFILEDATA_OFFSETOF_CRC = offsetof(ControlFileData, crc);
|