Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway27448
22 days ago
Presumably they'd be fine running in a threaded context.
2 comments
thayne
22 days ago
An extension written for a single threaded host system might not work in a multi-threaded context. For example if has global or shared state that isn't protected with locks or similar (which is unfortunately fairly common in c code)
link
hoppp
22 days ago
Extensions like pgvector, TimescaleDB would probably need to be ported tho, not sure how much but there are footguns.
link
SoftTalker
22 days ago
Not needed in many (most?) cases.
link