- Notifications
You must be signed in to change notification settings - Fork5
Commita455878
committed
Rename PGPROC fields related to group XID clearing again.
Commit0e141c0 introduced a newfacility to reduce ProcArrayLock contention by clearing several XIDsfrom the ProcArray under a single lock acquisition. The namesinitially chosen were deemed not to be very good choices, so commit4aec498 renamed them. But now itseems like we still didn't get it right. A pending patch wants toadd similar infrastructure for batching CLOG updates, so the namesneed to be clear enough to allow a new set of structure members witha related purpose.Amit Kapila1 parent4c9864b commita455878
File tree
3 files changed
+28
-22
lines changed- src
- backend/storage
- ipc
- lmgr
- include/storage
3 files changed
+28
-22
lines changedLines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
497 | 497 |
| |
498 | 498 |
| |
499 | 499 |
| |
500 |
| - | |
501 |
| - | |
| 500 | + | |
| 501 | + | |
502 | 502 |
| |
503 | 503 |
| |
504 |
| - | |
505 |
| - | |
| 504 | + | |
| 505 | + | |
506 | 506 |
| |
507 |
| - | |
| 507 | + | |
508 | 508 |
| |
509 | 509 |
| |
510 | 510 |
| |
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
| 526 | + | |
527 | 527 |
| |
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
531 |
| - | |
| 531 | + | |
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
| |||
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
549 |
| - | |
550 |
| - | |
| 549 | + | |
| 550 | + | |
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
| |||
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
565 |
| - | |
| 565 | + | |
566 | 566 |
| |
567 | 567 |
| |
568 |
| - | |
| 568 | + | |
569 | 569 |
| |
570 | 570 |
| |
571 | 571 |
| |
| |||
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
585 |
| - | |
586 |
| - | |
| 585 | + | |
| 586 | + | |
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
591 |
| - | |
| 591 | + | |
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
| 184 | + | |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
400 |
| - | |
401 |
| - | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
|
Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
146 |
| - | |
147 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
148 | 154 |
| |
149 | 155 |
| |
150 | 156 |
| |
| |||
217 | 223 |
| |
218 | 224 |
| |
219 | 225 |
| |
220 |
| - | |
| 226 | + | |
221 | 227 |
| |
222 | 228 |
| |
223 | 229 |
| |
|
0 commit comments
Comments
(0)