postgresql-data-checksums
authorDebian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Wed, 13 Apr 2016 09:36:15 +0000 (11:36 +0200)
committerSandro Knauß <hefee@debian.org>
Tue, 22 Nov 2016 20:42:07 +0000 (20:42 +0000)
Gbp-Pq: Name postgresql-data-checksums.patch

src/server/storage/dbconfigpostgresql.cpp

index a3ef03e2376c2ee1a4bbc045fbc36ac0345c5256..776b05c0f1c9bbf6a5be8e18a0a06c5f8fe169d2 100644 (file)
@@ -242,6 +242,7 @@ bool DbConfigPostgresql::startInternalServer()
 
         // call 'initdb --pgdata=/home/user/.local/share/akonadi/data_db'
         execute(mInitDbPath, { QStringLiteral("--pgdata=%1").arg(mPgData),
+                               QStringLiteral("--data-checksums"),
                                QStringLiteral("--locale=en_US.UTF-8") // TODO: check locale
                              });
     }