Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated log messages in the regression tests on PG17 #209

Open
a-masterov opened this issue Nov 20, 2024 · 0 comments
Open

Duplicated log messages in the regression tests on PG17 #209

a-masterov opened this issue Nov 20, 2024 · 0 comments

Comments

@a-masterov
Copy link

a-masterov commented Nov 20, 2024

Hello!

On PG17 I can see repeated LOG blocks of lines in the regression tests e.g.

pg_hint_plan/expected/ut-S.out

Lines 4413 to 4446 in 6c308e9

LOG: pg_hint_plan:
used hint:
IndexScan(ti1 ti1_pred)
not used hint:
duplication hint:
error hint:
LOG: pg_hint_plan:
used hint:
not used hint:
IndexScan(ti1 ti1_pred)
duplication hint:
error hint:
LOG: pg_hint_plan:
used hint:
not used hint:
IndexScan(ti1 ti1_pred)
duplication hint:
error hint:
LOG: pg_hint_plan:
used hint:
not used hint:
IndexScan(ti1 ti1_pred)
duplication hint:
error hint:
LOG: pg_hint_plan:
used hint:
not used hint:
IndexScan(ti1 ti1_pred)
duplication hint:
error hint:

This block repeated 4 times:

LOG:  pg_hint_plan:
used hint:
not used hint:
IndexScan(ti1 ti1_pred)
duplication hint:
error hint:

I don't remember this on PG16.
What can be the cause of such duplication?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant