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

another crash when access loaded but empty cs #9

Closed
amutu opened this issue Feb 24, 2014 · 1 comment
Closed

another crash when access loaded but empty cs #9

amutu opened this issue Feb 24, 2014 · 1 comment

Comments

@amutu
Copy link

amutu commented Feb 24, 2014

create table tt
create cs from tt
select tt_load() return 0,ok

select * from tt_get() casue pg backend crash

@knizhnik
Copy link
Owner

The problem is caused by incorrect cleanup of IMCS context inside nested SPI call which is performed by autoload.
Fixed.

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

2 participants