|
1 | | -#include"aqo.h" |
2 | | -#include"access/parallel.h" |
3 | | -#include"access/table.h" |
4 | | -#include"commands/extension.h" |
5 | | - |
6 | | -/***************************************************************************** |
| 1 | +/* |
| 2 | + ******************************************************************************* |
7 | 3 | * |
8 | 4 | *QUERY PREPROCESSING HOOKS |
9 | 5 | * |
|
51 | 47 | * 4. For given fspace_hash we may use its machine learning settings, but now |
52 | 48 | *the machine learning setting are fixed for all feature spaces. |
53 | 49 | * |
54 | | - *****************************************************************************/ |
| 50 | + ******************************************************************************* |
| 51 | + * |
| 52 | + * Copyright (c) 2016-2020, Postgres Professional |
| 53 | + * |
| 54 | + * IDENTIFICATION |
| 55 | + * aqo/preprocessing.c |
| 56 | + * |
| 57 | + */ |
| 58 | + |
| 59 | +#include"aqo.h" |
| 60 | +#include"access/parallel.h" |
| 61 | +#include"access/table.h" |
| 62 | +#include"commands/extension.h" |
55 | 63 |
|
56 | 64 | staticboolisQueryUsingSystemRelation(Query*query); |
57 | 65 | staticboolisQueryUsingSystemRelation_walker(Node*node,void*context); |
|