Fix comments for RemoteFileDestReceiverStartup and CitusCopyDestReceiverStartup

pull/2719/head
Hadi Moshayedi 2019-05-20 21:56:15 -07:00
parent 21f772030f
commit 8ae47e1244
2 changed files with 4 additions and 2 deletions

View File

@ -2074,7 +2074,8 @@ CreateCitusCopyDestReceiver(Oid tableId, List *columnNameList, int partitionColu
/*
* 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
CitusCopyDestReceiverStartup(DestReceiver *dest, int operation,

View File

@ -215,7 +215,8 @@ CreateRemoteFileDestReceiver(char *resultId, EState *executorState,
/*
* 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
RemoteFileDestReceiverStartup(DestReceiver *dest, int operation,