mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Fix incorrect header size macros
This commit is contained in:
parent
09048b95e7
commit
0c1a3f94c6
@ -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