Skip to content

Commit fb34a15

Browse files
committed
Merge branch 'master' of https://github.com/tonybelloni/postgres
2 parents 8dbecd5 + 8a78ae9 commit fb34a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/nodeHash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ ExecParallelHashRepartitionFirst(HashJoinTable hashtable)
12751275
dsa_pointer chunk_shared;
12761276
HashMemoryChunk chunk;
12771277

1278-
Assert(hashtable->nbatch = hashtable->parallel_state->nbatch);
1278+
Assert(hashtable->nbatch == hashtable->parallel_state->nbatch);
12791279

12801280
while ((chunk = ExecParallelHashPopChunkQueue(hashtable, &chunk_shared)))
12811281
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy