Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2bc5887

Browse filesBrowse 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 6742e14 commit 2bc5887
Copy full SHA for 2bc5887

File tree

Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed

‎contrib/file_fdw/file_fdw.c

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

‎src/backend/commands/copyfromparse.c

Copy file name to clipboardExpand all lines: src/backend/commands/copyfromparse.c
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ NextCopyFromRawFields(CopyFromState cstate, char ***fields, int *nfields)
496496
*
497497
* 'values' and 'nulls' arrays must be the same length as columns of the
498498
* relation passed to BeginCopyFrom. This function fills the arrays.
499-
* Oid of the tuple is returned with 'tupleOid' separately.
500499
*/
501500
bool
502501
NextCopyFrom(CopyFromState cstate, ExprContext *econtext,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.