mirror of https://github.com/citusdata/citus.git
fix builds
parent
4c2d4ce982
commit
50848f92f9
|
@ -395,7 +395,6 @@ citus_shard_property_set(PG_FUNCTION_ARGS)
|
||||||
|
|
||||||
if (!PG_ARGISNULL(1))
|
if (!PG_ARGISNULL(1))
|
||||||
{
|
{
|
||||||
Oid distributedRelationId = RelationIdForShard(shardId);
|
|
||||||
if (!IsCitusTableType(distributedRelationId, HASH_DISTRIBUTED) &&
|
if (!IsCitusTableType(distributedRelationId, HASH_DISTRIBUTED) &&
|
||||||
!IsCitusTableType(distributedRelationId, SINGLE_SHARD_DISTRIBUTED))
|
!IsCitusTableType(distributedRelationId, SINGLE_SHARD_DISTRIBUTED))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue