From 1102f8808d1bee2648053c61f1542c0cfe35e4b2 Mon Sep 17 00:00:00 2001 From: Robert Autenrieth Date: Mon, 30 Aug 2021 11:56:59 +0200 Subject: [PATCH] Make warning less scary. The removed line is implicit to our support guarantees. changelog_begin changelog_end --- .../store/backend/postgresql/PostgresStorageBackend.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ledger/participant-integration-api/src/main/scala/platform/store/backend/postgresql/PostgresStorageBackend.scala b/ledger/participant-integration-api/src/main/scala/platform/store/backend/postgresql/PostgresStorageBackend.scala index de32fe7e7182..472d1b0d20f1 100644 --- a/ledger/participant-integration-api/src/main/scala/platform/store/backend/postgresql/PostgresStorageBackend.scala +++ b/ledger/participant-integration-api/src/main/scala/platform/store/backend/postgresql/PostgresStorageBackend.scala @@ -136,8 +136,7 @@ private[backend] object PostgresStorageBackend "Deprecated Postgres version. " + s"Found Postgres version $major.$minor, minimum required Postgres version is 10. " + "This application will continue running but is at risk of data loss, as Postgres < 10 does not support crash-fault tolerant hash indices. " + - "Please upgrade your Postgres database to version 10 or later to fix this issue. " + - "In the future, this deprecation warning may be upgraded to a fatal error." + "Please upgrade your Postgres database to version 10 or later to fix this issue." ) } case None =>