8000 Arrange AQO with current master. · postgrespro/aqo@3bdb051 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bdb051

Browse files
committed
Arrange AQO with current master.
1 parent eaf8645 commit 3bdb051

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

aqo_master.patch

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
diff --git a/contrib/Makefile b/contrib/Makefile
2-
index f27e458482..0c62191904 100644
3-
--- a/contrib/Makefile
4-
+++ b/contrib/Makefile
5-
@@ -7,6 +7,7 @@ include $(top_builddir)/src/Makefile.global
6-
SUBDIRS = \
7-
adminpack \
8-
amcheck \
9-
+ aqo \
10-
auth_delay \
11-
auto_explain \
12-
bloom \
131
diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c
142
index 10644dfac4..16d9e1e915 100644
153
--- a/src/backend/commands/explain.c

path_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,6 @@ aqo_store_upper_signature_hook(PlannerInfo *root,
591591
relids = get_list_of_relids(root, input_rel->relids);
592592
fss_node->val.ival.type = T_Integer;
593593
fss_node->location = -1;
594-
fss_node->val.ival.val = get_fss_for_object(relids, clauses, NIL, NULL, NULL);
594+
fss_node->val.ival.ival = get_fss_for_object(relids, clauses, NIL, NULL, NULL);
595595
output_rel->private = lappend(output_rel->private, (void *) fss_node);
596596
}

0 commit comments

Comments
 (0)
0