Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ee42f78

Browse files
committed
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
1 parent 3958abd commit ee42f78

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

contrib/file_fdw/file_fdw.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,6 @@ fileIterateForeignScan(ForeignScanState *node)
725725
*
726726
* We can pass ExprContext = NULL because we read all columns from the
727727
* file, so no need to evaluate default expressions.
728-
*
729-
* We can also pass tupleOid = NULL because we don't allow oids for
730-
* foreign tables.
731728
*/
732729
ExecClearTuple(slot);
733730
found = NextCopyFrom(festate->cstate, NULL,

src/backend/commands/copy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3683,7 +3683,6 @@ NextCopyFromRawFields(CopyState cstate, char ***fields, int *nfields)
36833683
*
36843684
* 'values' and 'nulls' arrays must be the same length as columns of the
36853685
* relation passed to BeginCopyFrom. This function fills the arrays.
3686-
* Oid of the tuple is returned with 'tupleOid' separately.
36873686
*/
36883687
bool
36893688
NextCopyFrom(CopyState cstate, ExprContext *econtext,

0 commit comments

Comments
 (0)