Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2019-03-14 07:25:25 +0000
committerPeter Eisentraut2019-03-14 07:42:48 +0000
commit1226d932b4dadc39ba2f9a488e4d784443ea6a78 (patch)
tree9e6bb1e68733905d5deb4cd27836a8db6228d84f /contrib/jsonb_plpython/expected
parent6eebfdc38b173edcd179f422cf7083383edb24bc (diff)
Fix volatile vs. pointer confusion
Variables used after a longjmp() need to be declared volatile. In case of a pointer, it's the pointer itself that needs to be declared volatile, not the pointed-to value. So we need PyObject *volatile items; instead of volatile PyObject *items; /* wrong */ Discussion: https://www.postgresql.org/message-id/flat/f747368d-9e1a-c46a-ac76-3c27da32e8e4%402ndquadrant.com
Diffstat (limited to 'contrib/jsonb_plpython/expected')
0 files changed, 0 insertions, 0 deletions