postgrespro/pgsphere

Mark pg_sphere functions as parallel safe?

Closed this issue · 7 comments

For all I can see everything we do ought to be parallel safe by postgres standards (i.e., we don't touch anything within the database at all).

Classic use cases (such as our healpix maps) profit greatly from parallel plans -- so, what about a round of declaring our functions PARALLEL SAFE?

The one problem I see at this point: How do we upgrade existing installations without going insane? Enumerating all the signatures in an endless ALTER FUNCTION sequence looks really unattractive to me...

It's sad this has languished in a branch. Can we get some aspect of this submitted as a PR and merged?

@esabol We are planning to come to this task in the near future once we complete some other work. Now we have to do some work to be in sync with @msdemlei

This issue can be closed now, I think.