Skip to content

Commit 94d622f

Browse files
committed
Move new structure member to the end.
Reduces ABI breakage. Per Tom Lane. Discussion: http://postgr.es/m/4035.1509113974@sss.pgh.pa.us
1 parent 639c1a6 commit 94d622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/nodes/execnodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,10 @@ typedef struct EState
507507
bool *es_epqTupleSet; /* true if EPQ tuple is provided */
508508
bool *es_epqScanDone; /* true if EPQ tuple has been fetched */
509509

510-
bool es_use_parallel_mode; /* can we use parallel workers? */
511-
512510
/* The per-query shared memory area to use for parallel execution. */
513511
struct dsa_area *es_query_dsa;
512+
513+
bool es_use_parallel_mode; /* can we use parallel workers? */
514514
} EState;
515515

516516

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