diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-29 00:04:45 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-29 00:04:45 -0500 |
commit | 11b500072e42c214462b973b0b05f1c68992226b (patch) | |
tree | ab3bd4b894230d4877d600ae73697a4c3865fd6d /src/backend/access/gist/gist.c | |
parent | 6fb7c5d67cdd55454fe6317f939a191f85e96473 (diff) | |
download | postgresql-11b500072e42c214462b973b0b05f1c68992226b.tar.gz |
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 method
employed elsewhere.)
Discussion: https://postgr.es/m/E1mrWUD-000235-Hq@gemulon.postgresql.org
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions