mirror of https://github.com/citusdata/citus.git
Fix comments for RemoteFileDestReceiverStartup and CitusCopyDestReceiverStartup
parent
21f772030f
commit
8ae47e1244
|
@ -2074,7 +2074,8 @@ CreateCitusCopyDestReceiver(Oid tableId, List *columnNameList, int partitionColu
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CitusCopyDestReceiverStartup implements the rStartup interface of
|
* CitusCopyDestReceiverStartup implements the rStartup interface of
|
||||||
* CitusCopyDestReceiver. It opens the relation
|
* CitusCopyDestReceiver. It opens the relation, acquires necessary
|
||||||
|
* locks, and initializes the state required for doing the copy.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
CitusCopyDestReceiverStartup(DestReceiver *dest, int operation,
|
CitusCopyDestReceiverStartup(DestReceiver *dest, int operation,
|
||||||
|
|
|
@ -215,7 +215,8 @@ CreateRemoteFileDestReceiver(char *resultId, EState *executorState,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RemoteFileDestReceiverStartup implements the rStartup interface of
|
* RemoteFileDestReceiverStartup implements the rStartup interface of
|
||||||
* RemoteFileDestReceiver. It opens the relation
|
* RemoteFileDestReceiver. It opens connections to the nodes in initialNodeList,
|
||||||
|
* and sends the COPY command on all connections.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
RemoteFileDestReceiverStartup(DestReceiver *dest, int operation,
|
RemoteFileDestReceiverStartup(DestReceiver *dest, int operation,
|
||||||
|
|
Loading…
Reference in New Issue