Such errors
# Failed test 'No tests run for subtest "Migrate to version 1"'
# at t/06-postgres-trigger.t line 42.
CREATE TABLE products(
id INT GENERATED ALWAYS AS IDENTITY,
name VARCHAR(100) NOT NULL,
price NUMERIC(10,2) NOT NULL,
PRIMARY KEY(id)
)
DBD::Pg::db do failed: FEHLER: Syntaxfehler bei "GENERATED"
ZEILE 2: id INT GENERATED ALWAYS AS IDENTITY,
^ at /usr/home/cpansand/.cpan/build/2025020720/DBIx-Migration-0.11-0/blib/lib/DBIx/Migration.pm line 90.
Pg refused to die gracefully; killing it violently.
would be easier to understand and to fix if the Test::PostgreSQL warning
Pg refused to die gracefully; killing it violently.
would contain PostgreSQL version information.