---select to verify
select count(*) from redistable_001;
 count 
-------
     6
(1 row)

create table redistable_002(id int);
insert into redistable_002 values(123);
select * from redistable_002;
 id  
-----
 123
(1 row)


---check group change
select group_name,in_redistribution from pgxc_group;
 group_name | in_redistribution 
------------+-------------------
 new_group  | n
(1 row)