2025-01-28 23:34:55.321 GMT postmaster[7780] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30158, 64-bit 2025-01-28 23:34:55.325 GMT postmaster[7780] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40010" 2025-01-28 23:34:55.420 GMT client backend[4236] [unknown] FATAL: the database system is starting up 2025-01-28 23:34:55.421 GMT startup[6512] LOG: database system was shut down at 2025-01-28 23:31:56 GMT 2025-01-28 23:34:55.472 GMT postmaster[7780] LOG: database system is ready to accept connections 2025-01-28 23:34:56.649 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.649 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at end of input 2025-01-28 23:34:56.649 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT ''::cube AS cube; 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "A" 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT 'ABC'::cube AS cube; 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[]'::cube AS cube; 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[()]'::cube AS cube; 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[(1)]'::cube AS cube; 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "]" 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[(1),]'::cube AS cube; 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "2" 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[(1),2]'::cube AS cube; 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-28 23:34:56.650 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[(1),(2),(3)]'::cube AS cube; 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at end of input 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '1,'::cube AS cube; 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at end of input 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '1,2,'::cube AS cube; 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '1,,2'::cube AS cube; 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near ")" 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,)'::cube AS cube; 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near ")" 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,2,)'::cube AS cube; 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-28 23:34:56.651 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,,2)'::cube AS cube; 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[(1),(2)],'::cube AS cube; 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[(1,2,3),(2,3)]'::cube AS cube; 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '[(1,2),(1,2,3)]'::cube AS cube; 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "," 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1),(2),'::cube AS cube; 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,2,3),(2,3)'::cube AS cube; 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,2),(1,2,3)'::cube AS cube; 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-28 23:34:56.652 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,2,3)ab'::cube AS cube; 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,2,3)a'::cube AS cube; 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "(" 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '(1,2)('::cube AS cube; 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '1,2ab'::cube AS cube; 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "e" 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '1 e7'::cube AS cube; 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near "a" 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '1,2a'::cube AS cube; 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube DETAIL: syntax error at or near ".2" 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '1..2'::cube AS cube; 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube ERROR: "-1e-700" is out of range for type double precision at character 8 2025-01-28 23:34:56.653 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT '-1e-700'::cube AS cube; 2025-01-28 23:34:56.658 GMT client backend[4952] pg_regress/cube ERROR: UR and LL arrays must be of same length 2025-01-28 23:34:56.658 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube('{0,1,2}'::float[], '{3}'::float[]); 2025-01-28 23:34:56.659 GMT client backend[4952] pg_regress/cube ERROR: Index out of bounds 2025-01-28 23:34:56.659 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(1,3,5),(6,7,8)'), ARRAY[4,0]); 2025-01-28 23:34:56.659 GMT client backend[4952] pg_regress/cube ERROR: Index out of bounds 2025-01-28 23:34:56.659 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(6,7,8),(6,7,8)'), ARRAY[4,0]); 2025-01-28 23:34:56.660 GMT client backend[4952] pg_regress/cube ERROR: array is too long 2025-01-28 23:34:56.660 GMT client backend[4952] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-28 23:34:56.660 GMT client backend[4952] 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-28 23:34:56.663 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.663 GMT client backend[4952] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-28 23:34:56.663 GMT client backend[4952] 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-28 23:34:56.664 GMT client backend[4952] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2025-01-28 23:34:56.664 GMT client backend[4952] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-28 23:34:56.664 GMT client backend[4952] 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-28 23:34:56.664 GMT client backend[4952] pg_regress/cube ERROR: array is too long 2025-01-28 23:34:56.664 GMT client backend[4952] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-28 23:34:56.664 GMT client backend[4952] pg_regress/cube STATEMENT: select cube(array(SELECT 0 as a FROM generate_series(1,101))); 2025-01-28 23:34:56.664 GMT client backend[4952] pg_regress/cube ERROR: can't extend cube 2025-01-28 23:34:56.664 GMT client backend[4952] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-28 23:34:56.664 GMT client backend[4952] 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-28 23:34:56.666 GMT client backend[4952] pg_regress/cube ERROR: can't extend cube 2025-01-28 23:34:56.666 GMT client backend[4952] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-28 23:34:56.666 GMT client backend[4952] pg_regress/cube STATEMENT: select cube(cube(array(SELECT 0 as a FROM generate_series(1,100))), 0); 2025-01-28 23:34:56.666 GMT client backend[4952] pg_regress/cube ERROR: can't extend cube 2025-01-28 23:34:56.666 GMT client backend[4952] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2025-01-28 23:34:56.666 GMT client backend[4952] 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-28 23:34:56.704 GMT client backend[4952] pg_regress/cube ERROR: cube index 0 is out of bounds 2025-01-28 23:34:56.704 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->0; 2025-01-28 23:34:56.704 GMT client backend[4952] pg_regress/cube ERROR: cube index 7 is out of bounds 2025-01-28 23:34:56.704 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->7; 2025-01-28 23:34:56.704 GMT client backend[4952] pg_regress/cube ERROR: cube index -1 is out of bounds 2025-01-28 23:34:56.704 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-1; 2025-01-28 23:34:56.705 GMT client backend[4952] pg_regress/cube ERROR: cube index -6 is out of bounds 2025-01-28 23:34:56.705 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-6; 2025-01-28 23:34:56.705 GMT client backend[4952] pg_regress/cube ERROR: cube index -6 is out of bounds 2025-01-28 23:34:56.705 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30])->-6; 2025-01-28 23:34:56.707 GMT client backend[4952] pg_regress/cube ERROR: zero cube index is not defined 2025-01-28 23:34:56.707 GMT client backend[4952] pg_regress/cube STATEMENT: SELECT cube(array[40,50,60], array[10,20,30])~>0; 2025-01-28 23:34:57.524 GMT postmaster[7780] LOG: received fast shutdown request 2025-01-28 23:34:57.524 GMT postmaster[7780] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2951, PID: 7780 abort() has been called