Merge pull request #2719 from citusdata/fix_some_comments

Fix comments for RemoteFileDestReceiverStartup and CitusCopyDestReceiverStartup
pull/2715/head^2
Hadi Moshayedi 2019-05-21 08:08:34 -08:00 committed by GitHub
commit 56708efc87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,