aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-05-02 10:42:34 -0400
committerRobert Haas <rhaas@postgresql.org>2016-05-02 10:42:34 -0400
commit37d0c2cb1ab2d3da0cb9a6388450776fc31c16ee (patch)
treee88c4532f2f1f9485cc3b47af0c87fabce6cd2c9 /src/backend/utils/adt/numeric.c
parentf2f5e7e78ed95bb28d8bde783c46562e3498ac99 (diff)
downloadpostgresql-37d0c2cb1ab2d3da0cb9a6388450776fc31c16ee.tar.gz
postgresql-37d0c2cb1ab2d3da0cb9a6388450776fc31c16ee.zip
Fix parallel safety markings for pg_start_backup.
Commit 7117685461af50f50c03f43e6a622284c8d54694 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.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions