From 53a828552b404628178f7a9e856740088a681469 Mon Sep 17 00:00:00 2001 From: Debian/Kubuntu Qt/KDE Maintainers Date: Wed, 13 Apr 2016 11:36:15 +0200 Subject: [PATCH] postgresql-data-checksums Gbp-Pq: Name postgresql-data-checksums.patch --- src/server/storage/dbconfigpostgresql.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/storage/dbconfigpostgresql.cpp b/src/server/storage/dbconfigpostgresql.cpp index 3ba0760..2dc6e41 100644 --- a/src/server/storage/dbconfigpostgresql.cpp +++ b/src/server/storage/dbconfigpostgresql.cpp @@ -471,6 +471,7 @@ bool DbConfigPostgresql::startInternalServer() // call 'initdb --pgdata=/home/user/.local/share/akonadi/db_data' execute(mInitDbPath, { QStringLiteral("--pgdata=%1").arg(mPgData), QStringLiteral("--encoding=UTF8"), + QStringLiteral("--data-checksums"), QStringLiteral("--no-locale") }); } else { -- 2.30.2