Re: Parallel safety of contrib extensions

2020-06-18 Thread Winfield, Steven
> This would not be a complicated change as it requires creating a new > version script for those modules. You can look at commit 20eb273 as > an example, and the work is even simpler now that we just need update > scripts when bumping a module's version (those named foo--1.0--1.1.sql > and not fo

Parallel safety of contrib extensions

2020-06-10 Thread Winfield, Steven
Hi all, There was a thread about this back in 2016[1], but I've just been bitten by it and wondered if any (more) extensions, particularly btree_gist, will have their operators/functions verified and marked as parallel-safe? In our case, we're interested in the float8 <-> float8 operator. Altho