aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-11-30 10:26:43 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-11-30 10:29:26 +0200
commitee42f78910b7e4097044bea188a02564bff70d4e (patch)
tree9f8055f97ce98f46bf4281bcf3e1b4a3f94a8af5 /src
parent3958abdad33755cbdcae66dada1eb1d5b13db3d4 (diff)
downloadpostgresql-ee42f78910b7e4097044bea188a02564bff70d4e.tar.gz
postgresql-ee42f78910b7e4097044bea188a02564bff70d4e.zip
Remove leftover comments, left behind by removal of WITH OIDS.
Author: Amit Langote Discussion: https://www.postgresql.org/message-id/CA%2BHiwqGaRoF3XrhPW-Y7P%2BG7bKo84Z_h%3DkQHvMh-80%3Dav3wmOw%40mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/commands/copy.c1
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,