Skip to content

Commit 2a64232

Browse files
committed
Do not set from.inh to false in copy
1 parent 5ca7f4a commit 2a64232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/commands/copy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ DoCopy(ParseState *pstate, const CopyStmt *stmt,
342342
from = makeRangeVar(get_namespace_name(RelationGetNamespace(rel)),
343343
pstrdup(RelationGetRelationName(rel)),
344344
-1);
345-
from->inh = false; /* apply ONLY */
346345

347346
/* Build query */
348347
select = makeNode(SelectStmt);

0 commit comments

Comments
 (0)