2024-11-21 04:55:31.687 UTC postmaster[38448] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-11-21 04:55:31.687 UTC postmaster[38448] LOG: listening on Unix socket "/tmp/pg_regress-z8Omvx/.s.PGSQL.40011" 2024-11-21 04:55:31.690 UTC startup[38451] LOG: database system was shut down at 2024-11-21 04:51:39 UTC 2024-11-21 04:55:31.694 UTC postmaster[38448] LOG: database system is ready to accept connections 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at end of input 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT ''::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "A" 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT 'ABC'::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[]'::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[()]'::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[(1)]'::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "]" 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[(1),]'::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "2" 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[(1),2]'::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[(1),(2),(3)]'::cube AS cube; 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at end of input 2024-11-21 04:55:31.825 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '1,'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at end of input 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '1,2,'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '1,,2'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near ")" 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,)'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near ")" 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,2,)'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,,2)'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[(1),(2)],'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[(1,2,3),(2,3)]'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '[(1,2),(1,2,3)]'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "," 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1),(2),'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: Different point dimensions in (1,2,3) and (2,3). 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,2,3),(2,3)'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: Different point dimensions in (1,2) and (1,2,3). 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,2),(1,2,3)'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,2,3)ab'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,2,3)a'::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "(" 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '(1,2)('::cube AS cube; 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:55:31.826 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '1,2ab'::cube AS cube; 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "e" 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '1 e7'::cube AS cube; 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near "a" 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '1,2a'::cube AS cube; 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube DETAIL: syntax error at or near ".2" 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '1..2'::cube AS cube; 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube ERROR: "-1e-700" is out of range for type double precision at character 8 2024-11-21 04:55:31.827 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT '-1e-700'::cube AS cube; 2024-11-21 04:55:31.829 UTC client backend[38460] pg_regress/cube ERROR: UR and LL arrays must be of same length 2024-11-21 04:55:31.829 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube('{0,1,2}'::float[], '{3}'::float[]); 2024-11-21 04:55:31.831 UTC client backend[38460] pg_regress/cube ERROR: Index out of bounds 2024-11-21 04:55:31.831 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(1,3,5),(6,7,8)'), ARRAY[4,0]); 2024-11-21 04:55:31.832 UTC client backend[38460] pg_regress/cube ERROR: Index out of bounds 2024-11-21 04:55:31.832 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube_subset(cube('(6,7,8),(6,7,8)'), ARRAY[4,0]); 2024-11-21 04:55:31.832 UTC client backend[38460] pg_regress/cube ERROR: array is too long 2024-11-21 04:55:31.832 UTC client backend[38460] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:55:31.832 UTC client backend[38460] 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:55:31.834 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.834 UTC client backend[38460] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:55:31.834 UTC client backend[38460] 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:55:31.835 UTC client backend[38460] pg_regress/cube ERROR: invalid input syntax for cube at character 8 2024-11-21 04:55:31.835 UTC client backend[38460] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:55:31.835 UTC client backend[38460] 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:55:31.835 UTC client backend[38460] pg_regress/cube ERROR: array is too long 2024-11-21 04:55:31.835 UTC client backend[38460] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:55:31.835 UTC client backend[38460] pg_regress/cube STATEMENT: select cube(array(SELECT 0 as a FROM generate_series(1,101))); 2024-11-21 04:55:31.835 UTC client backend[38460] pg_regress/cube ERROR: can't extend cube 2024-11-21 04:55:31.835 UTC client backend[38460] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:55:31.835 UTC client backend[38460] 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:55:31.836 UTC client backend[38460] pg_regress/cube ERROR: can't extend cube 2024-11-21 04:55:31.836 UTC client backend[38460] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:55:31.836 UTC client backend[38460] pg_regress/cube STATEMENT: select cube(cube(array(SELECT 0 as a FROM generate_series(1,100))), 0); 2024-11-21 04:55:31.836 UTC client backend[38460] pg_regress/cube ERROR: can't extend cube 2024-11-21 04:55:31.836 UTC client backend[38460] pg_regress/cube DETAIL: A cube cannot have more than 100 dimensions. 2024-11-21 04:55:31.836 UTC client backend[38460] 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:55:31.858 UTC client backend[38460] pg_regress/cube ERROR: cube index 0 is out of bounds 2024-11-21 04:55:31.858 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->0; 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube ERROR: cube index 7 is out of bounds 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->7; 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube ERROR: cube index -1 is out of bounds 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-1; 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube ERROR: cube index -6 is out of bounds 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30], array[40,50,60])->-6; 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube ERROR: cube index -6 is out of bounds 2024-11-21 04:55:31.859 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube(array[10,20,30])->-6; 2024-11-21 04:55:31.860 UTC client backend[38460] pg_regress/cube ERROR: zero cube index is not defined 2024-11-21 04:55:31.860 UTC client backend[38460] pg_regress/cube STATEMENT: SELECT cube(array[40,50,60], array[10,20,30])~>0; 2024-11-21 04:55:31.993 UTC postmaster[38448] LOG: received fast shutdown request 2024-11-21 04:55:31.993 UTC postmaster[38448] 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: 38448 postgres(ExceptionalCondition+0x56)[0x55a6093fb738] postgres(+0xeb2de4)[0x55a609016de4] postgres(+0xeb333a)[0x55a60901733a] postgres(+0xeb41fc)[0x55a6090181fc] postgres(PostmasterMain+0x13f2)[0x55a609019c6b] postgres(main+0x2c1)[0x55a608e51c4a] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f249b04624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f249b046305] postgres(_start+0x21)[0x55a608a01151]