3 # Copyright (c) 2021-2024, PostgreSQL Global Development Group
5 # this script will sort any table with the segment data type in its last column
8 use warnings FATAL
=> 'all';
20 my @ar = split("\t", $a);
22 $valA =~ s/[~<> ]+//g;
23 @ar = split("\t", $b);
25 $valB =~ s/[~<> ]+//g;