diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-03-31 20:35:51 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-03-31 20:43:32 -0400 |
commit | 2113ac4cbb12b815804e8873d761cade9ddf49b9 (patch) | |
tree | 26eafa3c03cb8108f45192c4df4a6fcdcd5f716e /src/backend/executor/nodeGatherMerge.c | |
parent | c281cd5fe178c946dc23eae4d4642be5ddbe3eb4 (diff) | |
download | postgresql-2113ac4cbb12b815804e8873d761cade9ddf49b9.tar.gz postgresql-2113ac4cbb12b815804e8873d761cade9ddf49b9.zip |
Don't use bgw_main even to specify in-core bgworker entrypoints.
On EXEC_BACKEND builds, this can fail if ASLR is in use.
Backpatch to 9.5. On master, completely remove the bgw_main field
completely, since there is no situation in which it is safe for an
EXEC_BACKEND build. On 9.6 and 9.5, leave the field intact to avoid
breaking things for third-party code that doesn't care about working
under EXEC_BACKEND. Prior to 9.5, there are no in-core bgworker
entrypoints.
Petr Jelinek, reviewed by me.
Discussion: http://postgr.es/m/09d8ad33-4287-a09b-a77f-77f8761adb5e@2ndquadrant.com
Diffstat (limited to 'src/backend/executor/nodeGatherMerge.c')
0 files changed, 0 insertions, 0 deletions