- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitd61f253
committed
postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events
Three custom wait events are added here:- "PostgresFdwCleanupResult", waiting while cleaning up PQgetResult() ontransaction abort.- "PostgresFdwConnect", waiting to establish a connection to a remoteserver.- "PostgresFdwGetResult", waiting to receive a result from a remoteserver.Author: Masahiro IkedaDiscussion:https://postgr.es/m/197bce267fa691a0ac62c86c4ab904c4@oss.nttdata.com1 parent684d9bf commitd61f253
File tree
2 files changed
+58
-3
lines changed- contrib/postgres_fdw
- doc/src/sgml
2 files changed
+58
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
527 | 532 | | |
528 | 533 | | |
529 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
530 | 539 | | |
531 | 540 | | |
532 | 541 | | |
533 | | - | |
| 542 | + | |
534 | 543 | | |
535 | 544 | | |
536 | 545 | | |
| |||
858 | 867 | | |
859 | 868 | | |
860 | 869 | | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
861 | 874 | | |
862 | 875 | | |
863 | 876 | | |
864 | 877 | | |
865 | 878 | | |
866 | | - | |
| 879 | + | |
867 | 880 | | |
868 | 881 | | |
869 | 882 | | |
| |||
1562 | 1575 | | |
1563 | 1576 | | |
1564 | 1577 | | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
1565 | 1582 | | |
1566 | 1583 | | |
1567 | 1584 | | |
1568 | 1585 | | |
1569 | 1586 | | |
1570 | | - | |
| 1587 | + | |
1571 | 1588 | | |
1572 | 1589 | | |
1573 | 1590 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1042 | 1042 | | |
1043 | 1043 | | |
1044 | 1044 | | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
1045 | 1083 | | |
1046 | 1084 | | |
1047 | 1085 | | |
| |||
0 commit comments
Comments
(0)