2025-01-05 17:32:33.149 UTC postmaster[38817] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-05 17:32:33.149 UTC postmaster[38817] LOG: listening on Unix socket "/tmp/pg_regress-YxSzYU/.s.PGSQL.40011" 2025-01-05 17:32:33.152 UTC startup[38820] LOG: database system was shut down at 2025-01-05 17:28:41 UTC 2025-01-05 17:32:33.156 UTC postmaster[38817] LOG: database system is ready to accept connections 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at end of input 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT ''::cube AS cube; 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "A" 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT 'ABC'::cube AS cube; 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-05 17:32:33.283 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[]'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[()]'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[(1)]'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[(1),]'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "2" 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[(1),2]'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[(1),(2),(3)]'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at end of input 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '1,'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at end of input 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '1,2,'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '1,,2'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near ")" 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,)'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near ")" 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,2,)'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,,2)'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[(1),(2)],'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[(1,2,3),(2,3)]'::cube AS cube; 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2025-01-05 17:32:33.284 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '[(1,2),(1,2,3)]'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1),(2),'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,2,3),(2,3)'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,2),(1,2,3)'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,2,3)ab'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,2,3)a'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "(" 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '(1,2)('::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '1,2ab'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "e" 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '1 e7'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '1,2a'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube DETAIL: syntax error at or near ".2" 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '1..2'::cube AS cube; 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube ERROR: "-1e-700" is out of range for type double precision at character 8 2025-01-05 17:32:33.285 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT '-1e-700'::cube AS cube; 2025-01-05 17:32:33.288 UTC client backend[38829] pg_regress/cube ERROR: UR and LL arrays must be of same length 2025-01-05 17:32:33.288 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube('{0,1,2}'::float[], '{3}'::float[]); 2025-01-05 17:32:33.288 UTC client backend[38829] pg_regress/cube ERROR: Index out of bounds 2025-01-05 17:32:33.288 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(1,3,5),(6,7,8)'), ARRAY[4,0]); 2025-01-05 17:32:33.289 UTC client backend[38829] pg_regress/cube ERROR: Index out of bounds 2025-01-05 17:32:33.289 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(6,7,8),(6,7,8)'), ARRAY[4,0]); 2025-01-05 17:32:33.289 UTC client backend[38829] pg_regress/cube ERROR: array is too long 2025-01-05 17:32:33.289 UTC client backend[38829] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-05 17:32:33.289 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(6,7,8),(6,7,8)'), array(SELECT 1 as a FROM generate_series(1,101))); 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube STATEMENT: select '(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)'::cube; 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube STATEMENT: select '(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)'::cube; 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube ERROR: array is too long 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube STATEMENT: select cube(array(SELECT 0 as a FROM generate_series(1,101))); 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube ERROR: can't extend cube 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-05 17:32:33.291 UTC client backend[38829] pg_regress/cube STATEMENT: select cube(array(SELECT 0 as a FROM generate_series(1,101)),array(SELECT 0 as a FROM generate_series(1,101))); 2025-01-05 17:32:33.292 UTC client backend[38829] pg_regress/cube ERROR: can't extend cube 2025-01-05 17:32:33.292 UTC client backend[38829] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-05 17:32:33.292 UTC client backend[38829] pg_regress/cube STATEMENT: select cube(cube(array(SELECT 0 as a FROM generate_series(1,100))), 0); 2025-01-05 17:32:33.293 UTC client backend[38829] pg_regress/cube ERROR: can't extend cube 2025-01-05 17:32:33.293 UTC client backend[38829] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-05 17:32:33.293 UTC client backend[38829] pg_regress/cube STATEMENT: select cube(cube(array(SELECT 0 as a FROM generate_series(1,100)),array(SELECT 0 as a FROM generate_series(1,100))), 0, 0); 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube ERROR: cube index 0 is out of bounds 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->0; 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube ERROR: cube index 7 is out of bounds 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->7; 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube ERROR: cube index -1 is out of bounds 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-1; 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube ERROR: cube index -6 is out of bounds 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-6; 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube ERROR: cube index -6 is out of bounds 2025-01-05 17:32:33.314 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30])->-6; 2025-01-05 17:32:33.315 UTC client backend[38829] pg_regress/cube ERROR: zero cube index is not defined 2025-01-05 17:32:33.315 UTC client backend[38829] pg_regress/cube STATEMENT: SELECT cube(array[40,50,60], array[10,20,30])~>0; 2025-01-05 17:32:33.452 UTC postmaster[38817] LOG: received fast shutdown request 2025-01-05 17:32:33.453 UTC postmaster[38817] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2896, PID: 38817 postgres(ExceptionalCondition+0x56)[0x5598ef5c4da6] postgres(+0xed322a)[0x5598ef1db22a] postgres(+0xed3780)[0x5598ef1db780] postgres(+0xed4642)[0x5598ef1dc642] postgres(PostmasterMain+0x13f0)[0x5598ef1de0a1] postgres(main+0x28d)[0x5598ef012529] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f278a44624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f278a446305] postgres(_start+0x21)[0x5598eebbb141]