mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Re-pgindent src/bin/pg_dump/*.
Seems to have gotten rather messy lately, as a consequence of a couple of large recent commits.
This commit is contained in:
@@ -4241,7 +4241,7 @@ identify_locking_dependencies(ArchiveHandle *AH, TocEntry *te)
|
||||
|
||||
if (depid <= AH->maxDumpId && AH->tocsByDumpId[depid] != NULL &&
|
||||
((strcmp(AH->tocsByDumpId[depid]->desc, "TABLE DATA") == 0) ||
|
||||
strcmp(AH->tocsByDumpId[depid]->desc, "TABLE") == 0))
|
||||
strcmp(AH->tocsByDumpId[depid]->desc, "TABLE") == 0))
|
||||
lockids[nlockids++] = depid;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user