mirror of https://github.com/citusdata/citus.git
Fix identations
parent
121ec8cd51
commit
25bae46cd6
|
@ -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);
|
||||
|
||||
/*
|
||||
|
|
|
@ -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'
|
|
@ -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'
|
Loading…
Reference in New Issue