2024-11-21 04:52:03.685 GMT postmaster[4848] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-11-21 04:52:03.687 GMT postmaster[4848] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40010" 2024-11-21 04:52:03.730 GMT startup[420] LOG: database system was shut down at 2024-11-21 04:49:12 GMT 2024-11-21 04:52:03.771 GMT client backend[5912] [unknown] FATAL: the database system is starting up 2024-11-21 04:52:03.782 GMT postmaster[4848] LOG: database system is ready to accept connections 2024-11-21 04:52:04.462 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.462 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at end of input 2024-11-21 04:52:04.462 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT ''::cube AS cube; 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "A" 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT 'ABC'::cube AS cube; 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[]'::cube AS cube; 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[()]'::cube AS cube; 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:52:04.463 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[(1)]'::cube AS cube; 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[(1),]'::cube AS cube; 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "2" 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[(1),2]'::cube AS cube; 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[(1),(2),(3)]'::cube AS cube; 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at end of input 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '1,'::cube AS cube; 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at end of input 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '1,2,'::cube AS cube; 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:52:04.464 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '1,,2'::cube AS cube; 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near ")" 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,)'::cube AS cube; 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near ")" 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,2,)'::cube AS cube; 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,,2)'::cube AS cube; 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[(1),(2)],'::cube AS cube; 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[(1,2,3),(2,3)]'::cube AS cube; 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '[(1,2),(1,2,3)]'::cube AS cube; 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:52:04.465 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1),(2),'::cube AS cube; 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,2,3),(2,3)'::cube AS cube; 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,2),(1,2,3)'::cube AS cube; 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,2,3)ab'::cube AS cube; 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,2,3)a'::cube AS cube; 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "(" 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '(1,2)('::cube AS cube; 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '1,2ab'::cube AS cube; 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "e" 2024-11-21 04:52:04.466 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '1 e7'::cube AS cube; 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '1,2a'::cube AS cube; 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube DETAIL: syntax error at or near ".2" 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '1..2'::cube AS cube; 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube ERROR: "-1e-700" is out of range for type double precision at character 8 2024-11-21 04:52:04.467 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT '-1e-700'::cube AS cube; 2024-11-21 04:52:04.472 GMT client backend[6188] pg_regress/cube ERROR: UR and LL arrays must be of same length 2024-11-21 04:52:04.472 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube('{0,1,2}'::float[], '{3}'::float[]); 2024-11-21 04:52:04.473 GMT client backend[6188] pg_regress/cube ERROR: Index out of bounds 2024-11-21 04:52:04.473 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(1,3,5),(6,7,8)'), ARRAY[4,0]); 2024-11-21 04:52:04.473 GMT client backend[6188] pg_regress/cube ERROR: Index out of bounds 2024-11-21 04:52:04.473 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(6,7,8),(6,7,8)'), ARRAY[4,0]); 2024-11-21 04:52:04.474 GMT client backend[6188] pg_regress/cube ERROR: array is too long 2024-11-21 04:52:04.474 GMT client backend[6188] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:52:04.474 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(6,7,8),(6,7,8)'), array(SELECT 1 as a FROM generate_series(1,101))); 2024-11-21 04:52:04.477 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.477 GMT client backend[6188] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:52:04.477 GMT client backend[6188] 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; 2024-11-21 04:52:04.477 GMT client backend[6188] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:52:04.477 GMT client backend[6188] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:52:04.477 GMT client backend[6188] 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; 2024-11-21 04:52:04.478 GMT client backend[6188] pg_regress/cube ERROR: array is too long 2024-11-21 04:52:04.478 GMT client backend[6188] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:52:04.478 GMT client backend[6188] pg_regress/cube STATEMENT: select cube(array(SELECT 0 as a FROM generate_series(1,101))); 2024-11-21 04:52:04.478 GMT client backend[6188] pg_regress/cube ERROR: can't extend cube 2024-11-21 04:52:04.478 GMT client backend[6188] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:52:04.478 GMT client backend[6188] 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))); 2024-11-21 04:52:04.479 GMT client backend[6188] pg_regress/cube ERROR: can't extend cube 2024-11-21 04:52:04.479 GMT client backend[6188] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:52:04.479 GMT client backend[6188] pg_regress/cube STATEMENT: select cube(cube(array(SELECT 0 as a FROM generate_series(1,100))), 0); 2024-11-21 04:52:04.480 GMT client backend[6188] pg_regress/cube ERROR: can't extend cube 2024-11-21 04:52:04.480 GMT client backend[6188] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:52:04.480 GMT client backend[6188] 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); 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube ERROR: cube index 0 is out of bounds 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->0; 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube ERROR: cube index 7 is out of bounds 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->7; 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube ERROR: cube index -1 is out of bounds 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-1; 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube ERROR: cube index -6 is out of bounds 2024-11-21 04:52:04.520 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-6; 2024-11-21 04:52:04.521 GMT client backend[6188] pg_regress/cube ERROR: cube index -6 is out of bounds 2024-11-21 04:52:04.521 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30])->-6; 2024-11-21 04:52:04.523 GMT client backend[6188] pg_regress/cube ERROR: zero cube index is not defined 2024-11-21 04:52:04.523 GMT client backend[6188] pg_regress/cube STATEMENT: SELECT cube(array[40,50,60], array[10,20,30])~>0; 2024-11-21 04:52:05.216 GMT postmaster[4848] LOG: received fast shutdown request 2024-11-21 04:52:05.216 GMT postmaster[4848] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2887, PID: 4848 abort() has been called