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

Commitde5a748

Browse files
Andrey Kazarinovdanolivo
Andrey Kazarinov
authored andcommitted
[PGPRO-7183] bring in line stable 13, 14, 15
Minor changes
1 parente0f7994 commitde5a748

17 files changed

+148
-177
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ subdir = contrib/aqo
3434
top_builddir = ../..
3535
include$(top_builddir)/src/Makefile.global
3636
include$(top_srcdir)/contrib/contrib-global.mk
37-
endif
37+
endif

‎aqo.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
#include"postgres.h"
1212

13-
#include"aqo.h"
14-
1513
#include"access/relation.h"
1614
#include"access/table.h"
1715
#include"catalog/pg_extension.h"
@@ -377,7 +375,7 @@ _PG_init(void)
377375
*/
378376
AQOLearnMemCtx=AllocSetContextCreate(AQOTopMemCtx,
379377
"AQOLearnMemoryContext",
380-
ALLOCSET_DEFAULT_SIZES);
378+
ALLOCSET_DEFAULT_SIZES);
381379
RegisterResourceReleaseCallback(aqo_free_callback,NULL);
382380
RegisterAQOPlanNodeMethods();
383381

‎aqo.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ autovacuum = off
22
shared_preload_libraries = 'postgres_fdw, aqo'
33
max_parallel_maintenance_workers = 1 # switch off parallel workers because of unsteadiness
44
aqo.wide_search = 'on'
5-
compute_query_id = 'regress'
5+
compute_query_id = 'regress'

‎aqo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ extern int njoins;
225225
/* AQO Memory contexts */
226226
externMemoryContextAQOTopMemCtx;
227227
externMemoryContextAQOCacheMemCtx;
228-
externMemoryContextAQOUtilityMemCtx;
229228
externMemoryContextAQOPredictMemCtx;
230229
externMemoryContextAQOLearnMemCtx;
231230

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp