-
Notifications
You must be signed in to change notification settings - Fork 18
Is PG15 Supported #18
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
Comments
Yes, it's a work in process. Affan Salman is a new committer for this project and he has checked in a fix that allows us to build cleanly for PG15. I have tagged v2.4 that includes Affan's commit plus the work that Shaheed has been doing. Let the testing begin!! |
Any updates? |
I can test this once I am back home next week.
…On Fri, Oct 28, 2022, 12:27 Devrim Gündüz ***@***.***> wrote:
Any updates?
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACYRMXZKSAA44WZJHYS6QTWFOTAFANCNFSM6AAAAAAQIO7U2Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
YES. It is supported. And... I'd love to see Jan do some more testing.
:-)
…On Fri, Oct 28, 2022 at 6:32 AM Jan Wieck ***@***.***> wrote:
I can test this once I am back home next week.
On Fri, Oct 28, 2022, 12:27 Devrim Gündüz ***@***.***> wrote:
> Any updates?
>
> —
> Reply to this email directly, view it on GitHub
> <
#18 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AACYRMXZKSAA44WZJHYS6QTWFOTAFANCNFSM6AAAAAAQIO7U2Q
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMWOHXRG5SKJE7U5BPM3L3WFOTSRANCNFSM6AAAAAAQIO7U2Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
For this multicorn2 project, pg15 works as good as pg14 does. They both have a performance regression that hasn't been found yet. Pieces of the WHERE clause are not being pushed down in some cases they were in pg12 & pg13 in the original multicorn project. |
Given that, can a release be cut please? |
Still While installing on PG15 Multicorn2, We got ERROR: Error in python: ModuleNotFoundError |
@luss Not the above error is resolved but a new error is coming: |
Try looking in your PG server log. It may contain a stack trace that will be helpful |
I've just hit this error too...it appears to be related to some other/bogus package called "multicorn":
This appears to be some kind of Web server/service, and is obviously clashing with the The proximate cause seems to be that pip ends up using the wrong version of setuptools, and ends up NOT installing "our" multicorn but a package called UNKNOWN:
Then, in my case, another part of the installation containing the actual FDW - which depends on multicorn - ends up installing the other/"bogus" multicorn via pip. The root cause appears to be pypa/setuptools#3291 and pypa/pip#6264. The real solution is not especially clear, but specifying "--no-build-isolation" during our install seems to sidestep the problem. I will do a bit more testing before proposing that as a fix. |
Pg15 is supported so I am closing this issue. A specific installation problem in one environment should be opened as a specific siiue. |
PG 15 is presently at Beta4 and is expected to be RC & then GA in the next month or two. Does Multicorn2 support it?
The text was updated successfully, but these errors were encountered: