Fix identations

users/saawasek/non_blocking_split_integrated
Sameer Awasekar 2022-05-25 16:14:50 +05:30
parent 121ec8cd51
commit 25bae46cd6
3 changed files with 16 additions and 3 deletions

View File

@ -28,7 +28,8 @@ static ShardSplitInfoSMHeader * AllocateSharedMemoryForShardSplitInfo(int
static void * ShardSplitInfoSMSteps(ShardSplitInfoSMHeader *shardSplitInfoSMHeader);
static ShardSplitInfoSMHeader * GetShardSplitInfoSMHeaderFromDSMHandle(dsm_handle dsmHandle);
static ShardSplitInfoSMHeader * GetShardSplitInfoSMHeaderFromDSMHandle(dsm_handle
dsmHandle);
static dsm_handle GetSMHandleFromSlotName(char *slotName);
/*

View File

@ -1 +1,7 @@
CREATE OR REPLACE FUNCTION pg_catalog.split_shard_replication_setup(shardInfo integer[][]) RETURNS bigint LANGUAGE C STRICT AS 'MODULE_PATHNAME', $$split_shard_replication_setup$$;
CREATE OR REPLACE FUNCTION pg_catalog.split_shard_replication_setup(
shardInfo integer[][])
RETURNS bigint
LANGUAGE C STRICT
AS 'MODULE_PATHNAME', $$split_shard_replication_setup$$;
COMMENT ON FUNCTION pg_catalog.split_shard_replication_setup(shardInfo integer[][])
IS 'Replication setup for splitting a shard'

View File

@ -1 +1,7 @@
CREATE OR REPLACE FUNCTION pg_catalog.split_shard_replication_setup(shardInfo integer[][]) RETURNS bigint LANGUAGE C STRICT AS 'MODULE_PATHNAME', $$split_shard_replication_setup$$;
CREATE OR REPLACE FUNCTION pg_catalog.split_shard_replication_setup(
shardInfo integer[][])
RETURNS bigint
LANGUAGE C STRICT
AS 'MODULE_PATHNAME', $$split_shard_replication_setup$$;
COMMENT ON FUNCTION pg_catalog.split_shard_replication_setup(shardInfo integer[][])
IS 'Replication setup for splitting a shard'