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)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 7 Jun 2020 20:57:50 +0000 (21:57 +0100)
Gbp-Pq: Name postgresql-data-checksums.patch

src/server/storage/dbconfigpostgresql.cpp

index 09cdbd500cb6ecf6dc5fedcf36263e326a550cce..4df81691a5981b24dcbd34fe39b38516b1fe9fd2 100644 (file)
@@ -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 {