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

Commitacff710

Browse files
committed
Merge branch 'master' into rework_query_walkers
2 parentsa789fa2 +9476927 commitacff710

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/nodes_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ get_partitioned_attr_clauses(List *restrictinfo_list,
259259
Indexpartitioned_rel)
260260
{
261261
#defineAdjustAttno(attno) \
262-
( (AttrNumber) (part_attno + FirstLowInvalidHeapAttributeNumber) )
262+
( (AttrNumber) (attno + FirstLowInvalidHeapAttributeNumber) )
263263

264264
List*result=NIL;
265265
ListCell*l;

‎src/pg_pathman.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ append_child_relation(PlannerInfo *root, RelOptInfo *rel, Index rti,
544544
/* Recalc parent relation tuples count */
545545
rel->tuples+=childrel->tuples;
546546

547+
/* Close child relations, but keep locks */
547548
heap_close(newrelation,NoLock);
548549

549550

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp