8000 Revert incompatible with 9.6 change introduced in afb30c1f926d10c3518… · postgrespro/aqo@12fa76a · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 12fa76a

Browse files
committed
Revert incompatible with 9.6 change introduced in afb30c1
1 parent 8625c1a commit 12fa76a

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

cardinality_estimation.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717

1818
#include "aqo.h"
19-
#include "optimizer/optimizer.h"
2019

2120
/*
2221
* General method for prediction the cardinality of given relation.

path_utils.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414

1515
#include "aqo.h"
16-
#include "optimizer/optimizer.h"
1716

1817
/*
1918
* Returns list of marginal selectivities using as an arguments for each clause

postprocessing.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
#include "aqo.h"
2020
#include "access/parallel.h"
21-
#include "optimizer/optimizer.h"
22-
#include "utils/queryenvironment.h"
2321

2422
static double cardinality_sum_errors;
2523
static int cardinality_num_objects;

preprocessing.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
#include "aqo.h"
6060
#include "access/parallel.h"
61-
#include "access/table.h"
6261
#include "commands/extension.h"
6362

6463
#define CREATE_EXTENSION_STARTSTRING_0 \

storage.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#include "aqo.h"
1919

2020
#include "access/heapam.h"
21-
#include "access/table.h"
22-
#include "access/tableam.h"
2321

2422
HTAB *deactivated_queries = NULL;
2523

0 commit comments

Comments
 (0)
0