-
With recent PL handling changes in upstream Postgres, I am seeing a crash:
**\* /home/ioltas/git/plv8/expected/json.out 2015-03-16 09:20:54.656451779 +0900
--- /home/ioltas/git/plv8/results/json.o…
-
```
When building the code on at least Postgres master at 09d8d11 (oops),
regression tests are failing in multiple places because of an incorrect
calculation the allocation size used for ParamListIn…
-
```
Currently we need to cast jsonb to json to get them into plv8 procedures.
```
Original issue reported on code.google.com by `chiali...@gmail.com` on 28 Dec 2014 at 11:58
-
```
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…
-
```
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. have a master PostgreSQL 9.4
2. unpack tarball in src/PL/ directory
3. make
What is the expected output? What do you see instead?
I got a errors
[pavel…
-
```
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?
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
-
```
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 …