File: array_spread.out

package info (click to toggle)
pljs 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,704 kB
  • sloc: ansic: 69,356; javascript: 5,408; sql: 878; makefile: 443; sh: 123
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
-- we set the timeout to as high as we can, since some platforms may have slower CI machines
set pljs.statement_timeout = '65536s';
set pljs.memory_limit = '64';
do $$ Object.prototype [Symbol.iterator] = function() { return { next:() => this } };
[...({})];
$$ language pljs;
ERROR:  execution error
DETAIL:  InternalError: out of memory
    at <anonymous> (<function>:2:1)
    at <eval> (<function>:3:3)