mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-24 06:39:58 +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);
|