mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix incorrect header size macros
This commit is contained in:
parent
fb30ac54e6
commit
6812abb673
@ -13,7 +13,7 @@ typedef struct RegisNode
|
||||
unsigned char data[1];
|
||||
} RegisNode;
|
||||
|
||||
#define RNHDRSZ (sizeof(uint32)+sizeof(void*))
|
||||
#define RNHDRSZ (offsetof(RegisNode,data))
|
||||
|
||||
#define RSF_ONEOF 1
|
||||
#define RSF_NONEOF 2
|
||||
|
Loading…
Reference in New Issue
Block a user