single user mod transaction bug fix

This commit is contained in:
Ricardo.Cui
2021-02-23 11:13:16 +08:00
parent 84c66025fe
commit 0fb78478dc

View File

@ -6556,6 +6556,7 @@ void process_postgres_switches(int argc, char* argv[], GucContext ctx, const cha
/* Treat it as a Datanode for initdb to work properly */
g_instance.role = VDATANODE;
isSingleMode = true;
useLocalXid = true;
}
#endif