index 994b90d6b4e168c799f2c2528ff09c28b13566e1..9863e3274807b794b310851ada3c7e3a51ba3699 100644 (file)
@@ -724,9 +724,6 @@ fileIterateForeignScan(ForeignScanState *node)
*
* We can pass ExprContext = NULL because we read all columns from the
* file, so no need to evaluate default expressions.
- *
- * We can also pass tupleOid = NULL because we don't allow oids for
- * foreign tables.
*/
ExecClearTuple(slot);
found = NextCopyFrom(festate->cstate, NULL,
index b7a37bcdbdf409ea34b005eac408a39318ad2aed..34ed3cfcd5b43ab7e19140befc6326a1b004625f 100644 (file)
@@ -496,7 +496,6 @@ NextCopyFromRawFields(CopyFromState 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(CopyFromState cstate, ExprContext *econtext,