8000 Add disabled nestloop and mergejoin parameters to stabilize look-a-li… · postgrespro/aqo@fb84396 · 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 fb84396

Browse files
Alena Rybakinadanolivo
Alena Rybakina
authored andcommitted
Add disabled nestloop and mergejoin parameters to stabilize look-a-like test,
besides add two additional cases where look-a-like should not be applied.
1 parent 0796a44 commit fb84396

File tree

4 files changed

+291
-171
lines changed

4 files changed

+291
-171
lines changed

aqo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ _PG_init(void)
327327
PGC_USERSET,
328328
0,
329329
NULL,
330-
lc_assign_hook,
330+
NULL,
331331
NULL);
332332

333333
prev_shmem_startup_hook = shmem_startup_hook;

0 commit comments

Comments
 (0)
0