forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb48cac3

Amit Kapila
Mark a few logical decoding related variables with PGDLLIMPORT.
Commit7259736 added two variables CheckXidAlive and bsysscan to detectconcurrent aborts and used these in inline functions that are part of theAPI that can be used by extensions. So it is better to mark them withPGDLLIMPORT.Reported-by: Thomas MunroDiscussion:https://postgr.es/m/CA+hUKGJ7+HYupd=Pz9+QrXa-C_YnbC4rAYu8V+=OKg=UgdzMeg@mail.gmail.com1 parent1e7629d commitb48cac3
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
| 85 | + | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
0 commit comments
Comments
(0)