diff options
Diffstat (limited to 'src/backend/commands/copy.c')
-rw-r--r-- | src/backend/commands/copy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 4f04d122c30..7019c571a13 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -3683,7 +3683,6 @@ NextCopyFromRawFields(CopyState cstate, char ***fields, int *nfields) * * 'values' and 'nulls' arrays must be the same length as columns of the * relation passed to BeginCopyFrom. This function fills the arrays. - * Oid of the tuple is returned with 'tupleOid' separately. */ bool NextCopyFrom(CopyState cstate, ExprContext *econtext, |