Problem/Motivation
The method Drupal\Core\Database\Connection::makeSequenceName() is only used internally the PgSQL driver, but it's exposed as a public method for the entire Database API.
Proposed resolution
- deprecate Drupal\Core\Database\Connection::makeSequenceName()
- mark the PgSql driver implementation @internal or even better a protected method of PgSql's Schema class.