From: Debian/Kubuntu Qt/KDE Maintainers Date: Wed, 13 Apr 2016 09:36:15 +0000 (+0200) Subject: postgresql-data-checksums X-Git-Tag: archive/raspbian/4%20.08.2-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c1ebb8c8542ead03de155e9f50cc22f5d6171ede;p=akonadi.git postgresql-data-checksums Gbp-Pq: Name postgresql-data-checksums.patch --- 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 {