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

Commit8c6c1ca

Browse files
author
Alena Rybakina
committed
Fix build aqo for PGPRO version.
Add macros expression_tree_mutator for flexiblecalling expression_tree_mutator containing addition forth parameteronly in pgpro version.
1 parent0576bb0 commit8c6c1ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎path_utils.c‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
#include"aqo.h"
2424
#include"hash.h"
2525

26+
#ifdefPGPRO_STD
27+
# defineexpression_tree_mutator(node,mutator,context) \
28+
expression_tree_mutator(node, mutator, context, 0)
29+
#endif
2630

2731
/*
2832
* Hook on creation of a plan node. We need to store AQO-specific data to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp