|
|
|
|
|
by fulafel
1317 days ago
|
|
This is written in C. I wonder how common it is to write PG extensions in safer langugaes and what would be the most suitable. I'm somewhat wary of using nontrivial C extensions, having seen so many of them sometimes seg fault the backend (eg PostGIS). There seem to be PG backend crashes described in this projects issues as well. |
|
And in PG, there is a special method to create a process, creating threads is not possible because the logging system makes heavy use of setjmp().