forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11b5000
committed
Portability hack for pg_global_prng_state.
PGDLLIMPORT is only appropriate for variables declared in the backend,not when the variable is coming from a library included in frontend code.(This isn't a particularly nice fix, but for now, use the same methodemployed elsewhere.)Discussion:https://postgr.es/m/E1mrWUD-000235-Hq@gemulon.postgresql.org1 parent6fb7c5d commit11b5000
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 |
| |
31 | 35 |
| |
32 | 36 |
| |
|
0 commit comments
Comments
(0)