forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03361a3
committed
Add missing PGDLLEXPORT markings in contrib/pg_prewarm.
After commit089480c, it's necessary for background worker entrypoints to be marked PGDLLEXPORT, else they aren't findable byLookupBackgroundWorkerFunction(). Since pg_prewarm lacks anyregression tests, it's not surprising its worker entry points wereoverlooked. (A quick search turned up no other such oversights.)I added some documentation pointing out the need for this, too.Robins Tharakan and Tom LaneCAEP4nAzndnQv3-1QKb=D-hLoK3Rko12HHMFHHtdj2GQAUXO3gw@mail.gmail.com1 parenta2e97cb commit03361a3
2 files changed
+8
-7
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 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 |
| - | |
| 144 | + | |
| 145 | + | |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 |
| - | |
151 |
| - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
152 | 153 |
| |
153 | 154 |
| |
154 | 155 |
| |
|
0 commit comments
Comments
(0)