Fix postgres test
Compare changes
@@ -896,15 +896,21 @@ public function testTransactionManagerFailureOnPendingStackItems(): void {
@@ -896,15 +896,21 @@ public function testTransactionManagerFailureOnPendingStackItems(): void {
$reflectionProperty = new \ReflectionProperty(TransactionManagerBase::class, 'connectionTransactionState');
$this->expectExceptionMessageMatches("/^Transaction .stack was not empty\\. Active stack: bar\\\\qux/");