mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
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
|
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| .gitignore | ||
| hstore_plpython.c | ||
| hstore_plpython2u--1.0.sql | ||
| hstore_plpython2u.control | ||
| hstore_plpython3u--1.0.sql | ||
| hstore_plpython3u.control | ||
| hstore_plpythonu--1.0.sql | ||
| hstore_plpythonu.control | ||
| Makefile | ||