Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit74d6fb0

Browse files
committed
Remove leftover comments, left behind by removal of WITH OIDS.
Author: Amit LangoteDiscussion:https://www.postgresql.org/message-id/CA%2BHiwqGaRoF3XrhPW-Y7P%2BG7bKo84Z_h%3DkQHvMh-80%3Dav3wmOw%40mail.gmail.com
1 parent72b930f commit74d6fb0

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
@@ -723,9 +723,6 @@ fileIterateForeignScan(ForeignScanState *node)
723723
*
724724
* We can pass ExprContext = NULL because we read all columns from the
725725
* file, so no need to evaluate default expressions.
726-
*
727-
* We can also pass tupleOid = NULL because we don't allow oids for
728-
* foreign tables.
729726
*/
730727
ExecClearTuple(slot);
731728
found=NextCopyFrom(festate->cstate,NULL,

‎src/backend/commands/copy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3629,7 +3629,6 @@ NextCopyFromRawFields(CopyState cstate, char ***fields, int *nfields)
36293629
*
36303630
* 'values' and 'nulls' arrays must be the same length as columns of the
36313631
* relation passed to BeginCopyFrom. This function fills the arrays.
3632-
* Oid of the tuple is returned with 'tupleOid' separately.
36333632
*/
36343633
bool
36353634
NextCopyFrom(CopyStatecstate,ExprContext*econtext,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp