-
```
What steps will reproduce the problem?
1. install the extension
2. run sql command:
DO $$ plv8.elog(NOTICE, 'this', 'is', 'inline', 'code') $$ LANGUAGE plv8;
What is the expected output? What …
-
```
I built an RPM for 1.4.1 based on
http://code.google.com/p/plv8js/issues/detail?id=57 which was pretty
straightforward.
createlang -d testdb plv8 works without error.
psql -d testdb -c "CREATE…
-
```
What steps will reproduce the problem?
1. brew install v8
2. make install
3.
What is the expected output? What do you see instead?
g++ -O2 -pthread -Wall -Wmissing-prototypes -Wpointer-arith
-Wd…
-
```
What steps will reproduce the problem?
1. I am compiling with mingw-w64 chain
2. Did a git clone -b r1.4 https://code.google.com/p/plv8js/ plv8js
3. Compiled as usual except pointing at my 9.3 dev…
-
```
This might not be a bug, but I'm having a rough go with type coercion errors so
hopefully this can be fixed.
summary: (id is type integer)
plv8.execute("select * from typetest where id = '1'") …
-
```
Can't call functions from plv8.start_proc under other user than postgres
Set up startup procedure in config
plv8.start_proc = 'plv8_startup'
Created function:
CREATE OR REPLACE FUNCTION plv8_s…
-
```
It looks like this [1] change that allows varargs-style arguments to
plv8.execute may have an off-by-one error?
Passing in an array still works as expected:
d7l4hfvukuffq4=# do 'plv8.elog(NOTIC…
-
```
What steps will reproduce the problem?
DO $$ plv8.return_next(new Object()); $$ language plv8;
What is the expected output? What do you see instead?
EXPECTED: plv8.elog ERROR. Should never segf…
-
```
What steps will reproduce the problem?
1. compiled postgresql version 9.2.3 from source (OK)
2. compiled v8 from source Version 3.17.9 (OK)
3. trying to compile plv8 gives me an error
src# export…
-
```
Would like to be able to confirm version of plv8 installed at runtime. -- thx
```
Original issue reported on code.google.com by `t...@blit.com` on 11 May 2012 at 9:36