From 4442fb9d4dacdd669f3ebe46bfe38351f28d39b7 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 13 Oct 2022 13:53:03 +0000 Subject: [PATCH] Update git submodules * Update oslo.db from branch 'master' to 8c7ecfd93eb0e4f821fb48b85c75ec89a52185fd - Merge "tests: Fix compatibility with PostgreSQL 14+" - tests: Fix compatibility with PostgreSQL 14+ It seems postgres-client has changed the format of error messages. Previously we saw messages like: fatal: database "non_existent_database" does not exist These are now prefixed. For example: connection to server at "localhost" (::1), port 5432 failed: fatal: database "non_existent_database" does not exist You can see this in the docs. Compare the "Client Connection Problems" section for Postgres 13 [1] to Postgres 14 [2]. [1] https://www.postgresql.org/docs/13/server-start.html [2] https://www.postgresql.org/docs/14/server-start.html Change-Id: Id2c8eec202d128d142b8a8a8f904fcc14b6f52d7 Signed-off-by: Stephen Finucane Closes-bug: #1989208 --- oslo.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.db b/oslo.db index ea9a9d8736..8c7ecfd93e 160000 --- a/oslo.db +++ b/oslo.db @@ -1 +1 @@ -Subproject commit ea9a9d8736ee8cfa714b37f327b924e8df7a8676 +Subproject commit 8c7ecfd93eb0e4f821fb48b85c75ec89a52185fd