Added function comments.

pull/6453/head
Rajesh Kumar Thandapani 2022-11-24 22:40:02 +05:30
parent 69cc241e6d
commit b8539cb67e
1 changed files with 3 additions and 0 deletions

View File

@ -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 static void
CreateReplicationOriginIfNotExists(ShardCopyDestReceiver *dest) CreateReplicationOriginIfNotExists(ShardCopyDestReceiver *dest)
{ {