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-2+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0032408111c81f59925d8def6c55fa4e7427fec5;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 09cdbd5..4df8169 100644 --- a/src/server/storage/dbconfigpostgresql.cpp +++ b/src/server/storage/dbconfigpostgresql.cpp @@ -481,6 +481,7 @@ bool DbConfigPostgresql::startInternalServer() #endif // call 'initdb --pgdata=/home/user/.local/share/akonadi/db_data' execute(mInitDbPath, { QStringLiteral("--pgdata=%1").arg(mPgData), + QStringLiteral("--data-checksums"), QStringLiteral("--locale=en_US.UTF-8") // TODO: check locale }); } else {