Signed-off-by: Jason Etheridge <jason@esilibrary.com>
} elsif ($col_type eq 'integer' && $col_default =~ '\(-?\d+\)') {
# FIXME - ERROR: invalid input syntax for integer: "(-1)"
$fixme = '-- FIXME type 4 -- ';
- } elsif ($col_type_original eq 'USER-DEFINED') {
+ } elsif ($col_type_original eq 'USER-DEFINED'
+ && (
+ $col_udt_name eq 'hstore'
+ || $col_udt_name eq 'authority_queue_queue_type'
+ || $col_udt_name eq 'bib_queue_queue_type'
+ )
+ ) {
# FIXME - ERROR: Unexpected end of string
$fixme = '-- FIXME type 5 -- ';
}