mirror of https://github.com/citusdata/citus.git
Added function comments.
parent
69cc241e6d
commit
b8539cb67e
|
@ -288,6 +288,9 @@ ShardCopyDestReceiverStartup(DestReceiver *dest, int operation, TupleDesc
|
|||
}
|
||||
|
||||
|
||||
/* CreateReplicationOriginIfNotExists creates a replication origin if it does
|
||||
* not already exist already. To make the origin id unique for different nodes,
|
||||
* origin node's id is appended to the prefix citus_cdc_.*/
|
||||
static void
|
||||
CreateReplicationOriginIfNotExists(ShardCopyDestReceiver *dest)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue