mirror of https://github.com/postgres/postgres
Commit 7117685461
made pg_start_backup
parallel-restricted rather than parallel-safe, because it now relies
on backend-private state that won't be synchronized with the parallel
worker. However, it didn't update pg_proc.h. Separately, Andreas
Karlsson observed that system_views.sql neglected to reiterate the
parallel-safety markings whe redefining various functions, including
this one; so add a PARALLEL RESTRICTED declaration there to match
the new value in pg_proc.h.
pull/12/head^2
parent
f2f5e7e78e
commit
37d0c2cb1a
Loading…
Reference in new issue