kokizzu / plv8js

Automatically exported from code.google.com/p/plv8js
Other
0 stars 0 forks source link

select current_schemas(true) crashes #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
# 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 commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Works great, thanks for the quick response!

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