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 c4c2885 commit 4e2970fCopy full SHA for 4e2970f
src/backend/executor/nodeHash.c
@@ -1275,7 +1275,7 @@ ExecParallelHashRepartitionFirst(HashJoinTable hashtable)
1275
dsa_pointer chunk_shared;
1276
HashMemoryChunk chunk;
1277
1278
- Assert(hashtable->nbatch = hashtable->parallel_state->nbatch);
+ Assert(hashtable->nbatch == hashtable->parallel_state->nbatch);
1279
1280
while ((chunk = ExecParallelHashPopChunkQueue(hashtable, &chunk_shared)))
1281
{
0 commit comments