Try to repack all tables with pkey, not only the ones with ckey
This is consistent with --no-order not been required anymore.
This commit is contained in:
@ -521,8 +521,6 @@ repack_one_database(const char *orderby, char *errbuf, size_t errsize)
|
||||
else
|
||||
{
|
||||
appendStringInfoString(&sql, "pkid IS NOT NULL");
|
||||
if (!orderby)
|
||||
appendStringInfoString(&sql, " AND ckid IS NOT NULL");
|
||||
}
|
||||
|
||||
/* double check the parameters array is sane */
|
||||
|
Reference in New Issue
Block a user