We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7ca55 commit 9fd5a22Copy full SHA for 9fd5a22
src/backup.c
@@ -2118,8 +2118,8 @@ parse_backup_filelist_filenames(parray *files, const char *root)
2118
continue;
2119
}
2120
2121
- /* Check files located inside database directories */
2122
- if (filename[0] != '\0' && file->dbOid != 0)
+ /* Check files located inside database directories including directory 'global' */
+ if (filename[0] != '\0' && file->tblspcOid != 0)
2123
{
2124
if (strcmp(filename, "pg_internal.init") == 0)
2125
0 commit comments