File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1305,6 +1305,7 @@ IsEveryWorkerIdle(ParallelState *pstate)
1305
1305
static void
1306
1306
lockTableForWorker (ArchiveHandle * AH , TocEntry * te )
1307
1307
{
1308
+ return ;
1308
1309
const char * qualId ;
1309
1310
PQExpBuffer query ;
1310
1311
PGresult * res ;
Original file line number Diff line number Diff line change @@ -7019,11 +7019,13 @@ getTables(Archive *fout, int *numTables)
7019
7019
tblinfo->relkind == RELKIND_PARTITIONED_TABLE) &&
7020
7020
(tblinfo[i].dobj.dump & DUMP_COMPONENTS_REQUIRING_LOCK))
7021
7021
{
7022
+ /*
7022
7023
resetPQExpBuffer(query);
7023
7024
appendPQExpBuffer(query,
7024
7025
"LOCK TABLE %s IN ACCESS SHARE MODE",
7025
7026
fmtQualifiedDumpable(&tblinfo[i]));
7026
7027
ExecuteSqlStatement(fout, query->data);
7028
+ */
7027
7029
}
7028
7030
7029
7031
/* Emit notice if join for owner failed */
You can’t perform that action at this time.
0 commit comments