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)
committerPino Toscano <pino@debian.org>
Wed, 28 Oct 2020 09:24:03 +0000 (09:24 +0000)
Gbp-Pq: Name postgresql-data-checksums.patch

src/server/storage/dbconfigpostgresql.cpp

index 3ba0760d3aa232e8f95434c8c2d209c23a67d7b1..2dc6e419045cb05f7a984138b58ca1551cedc558 100644 (file)
@@ -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 {