Content-Length: 261259 | pFad | http://github.com/postgrespro/postgres_cluster/commit/4ed6c071b82a80fb7d8396477a5d698de3c93bf3

CC Fix thinko in previous commit · postgrespro/postgres_cluster@4ed6c07 · GitHub
Skip to content

Commit 4ed6c07

Browse files
committed
Fix thinko in previous commit
1 parent e8b0e6b commit 4ed6c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execMain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,8 +1875,8 @@ ExecPartitionCheckEmitError(ResultRelInfo *resultRelInfo,
18751875
tupdesc = RelationGetDescr(resultRelInfo->ri_RelationDesc);
18761876
}
18771877

1878-
modifiedCols = bms_add_members(GetInsertedColumns(resultRelInfo, estate),
1879-
GetUpdatedColumns(resultRelInfo, estate));
1878+
modifiedCols = bms_union(GetInsertedColumns(resultRelInfo, estate),
1879+
GetUpdatedColumns(resultRelInfo, estate));
18801880

18811881
val_desc = ExecBuildSlotValueDescription(root_relid,
18821882
slot,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/4ed6c071b82a80fb7d8396477a5d698de3c93bf3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy