-
Notifications
You must be signed in to change notification settings - Fork 55
[SHRDM-762] extract info from foreign join #79
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
Conversation
There is an issue here - we use postgres_fdw.h, which is not included in PostgreSQL installation, so out of tree build (USE_PGXS=1) is broken.
expected/aqo_fdw.out
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А почему только тривиальный Foreign Scan? Может быть еще проверить на пуше чего-то посложнее ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это просто фикс существующего теста. Там еще есть foreign join по равенству и неравенству. Что добавить? Соединения нескольких таблиц?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Добавил еще тест, что мы можем корректно оценить количество записей в foreign join.
9f19a09
to
2266cff
Compare
2bf2ecf
to
f4d7a38
Compare
f4d7a38
to
65efa48
Compare
No description provided.