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

select current_schemas(true) crashes #25

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Closed

select current_schemas(true) crashes #25

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

# do $$ plv8.execute("select current_schemas(true)") $$ language plv8;
The connection to the server was lost. Attempting reset: Failed.

expected:
# select current_schemas(true);
   current_schemas   
---------------------
 {pg_catalog,public}
(1 row)

Using plv8 latest trunk, postgres 9.1.3

Thanks

Original issue reported on code.google.com by t...@blit.com on 16 May 2012 at 5:07

@GoogleCodeExporter
Copy link
Author

Pushed my fix to master.  Please sync to the latest and try it.

Original comment by umi.tan...@gmail.com on 16 May 2012 at 7:11

  • Changed state: fixed

@GoogleCodeExporter
Copy link
Author

Works great, thanks for the quick response!

Original comment by t...@blit.com on 16 May 2012 at 8:11

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

No branches or pull requests

2 participants