forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit51384cc
committed
Add detached node functions to ilist
These allow to test whether an element is in a list by checking whetherprev/next are NULL. Needed to replace SHMQueueIsDetached() when convertingfrom SHM_QUEUE to ilist.h style lists.Reviewed-by: Thomas Munro <thomas.munro@gmail.com>Discussion:https://postgr.es/m/20221120055930.t6kl3tyivzhlrzu2@awork3.anarazel.deDiscussion:https://postgr.es/m/20200211042229.msv23badgqljrdg2@alap3.anarazel.de1 parent2b16208 commit51384cc
1 file changed
+63
-0
lines changedLines changed: 63 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
319 | 330 |
| |
320 | 331 |
| |
321 | 332 |
| |
| |||
397 | 408 |
| |
398 | 409 |
| |
399 | 410 |
| |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
400 | 424 |
| |
401 | 425 |
| |
402 | 426 |
| |
| |||
408 | 432 |
| |
409 | 433 |
| |
410 | 434 |
| |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
411 | 446 |
| |
412 | 447 |
| |
413 | 448 |
| |
| |||
480 | 515 |
| |
481 | 516 |
| |
482 | 517 |
| |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
483 | 533 |
| |
484 | 534 |
| |
485 | 535 |
| |
| |||
718 | 768 |
| |
719 | 769 |
| |
720 | 770 |
| |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
721 | 784 |
| |
722 | 785 |
| |
723 | 786 |
| |
|
0 commit comments
Comments
(0)