Merge pull request #1006 from citusdata/bugfix/placement_id_readfunc

Use READ_UINT64_FIELD for placement ID in ReadShardPlacement
pull/994/head
Marco Slot 2016-12-05 23:08:27 +01:00 committed by GitHub
commit f2d151cfeb
1 changed files with 1 additions and 1 deletions

View File

@ -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);