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

parallel query in 9.6.6 + oracle_fdw -> ERROR: invalid cache ID: 41 #215

Closed
ghost opened this issue Nov 19, 2017 · 5 comments
Closed

parallel query in 9.6.6 + oracle_fdw -> ERROR: invalid cache ID: 41 #215

ghost opened this issue Nov 19, 2017 · 5 comments
Labels

Comments

@ghost
Copy link

ghost commented Nov 19, 2017

Hi,

I've found a problem in either PostgreSQL 9.6.6 or oracle_fdw 2.0.0. I've posted the details
on the Postgres general mailing list and a link here:

https://www.postgresql.org/message-id/96420364a3d055172776752a1de80714%40smtp.hushmail.com

Let me know if there's any additional tests I can do...

Thanks :)
Chris.

@ghost
Copy link
Author

ghost commented Nov 19, 2017

Replying to myself:

apparently the problem is in oracle_fdw.c, where _PG_init() calls SearchSysCacheList() - see
Tom Lane's reply:

https://www.postgresql.org/message-id/11960.1511116873%40sss.pgh.pa.us

Thanks :)
Chris.

@laurenz laurenz added the bug label Nov 20, 2017
@laurenz
Copy link
Owner

laurenz commented Nov 20, 2017

Thanks for the report; as usual, Tom's analysis was correct.

Could you test if commit 4accfeb fixes the problem for you?

@ghost
Copy link
Author

ghost commented Nov 20, 2017

Great!

I'll be able to test this only later today and will report back...

Thanks :)
Chris.

@ghost
Copy link
Author

ghost commented Nov 21, 2017

Hi,

here I am!

I've compiled the Github master, redone my tests and can confirm that
commit 4accfeb fixes the reported bug.

Thanks :)
Chris.

@laurenz
Copy link
Owner

laurenz commented Nov 21, 2017

Thanks for testing.

Repository owner locked as resolved and limited conversation to collaborators May 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant