mirror of https://github.com/citusdata/citus.git
Use READ_UINT64_FIELD for placement ID in ReadShardPlacement
parent
51f2de276e
commit
3d09a2e5c2
|
@ -261,7 +261,7 @@ ReadShardPlacement(READFUNC_ARGS)
|
|||
{
|
||||
READ_LOCALS(ShardPlacement);
|
||||
|
||||
READ_OID_FIELD(placementId);
|
||||
READ_UINT64_FIELD(placementId);
|
||||
READ_UINT64_FIELD(shardId);
|
||||
READ_UINT64_FIELD(shardLength);
|
||||
READ_ENUM_FIELD(shardState, RelayFileState);
|
||||
|
|
Loading…
Reference in New Issue