postgresql/src/test/modules
Robert Haas 0ef26bb394 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
2017-03-31 20:50:31 -04:00
..
brin Fix phony .PHONY. 2016-03-19 17:19:37 -04:00
commit_ts Fix commit_ts for FrozenXid and BootstrapXid 2016-11-24 15:39:55 -03:00
dummy_seclabel Add some more tests on event triggers 2015-03-06 19:14:28 -03:00
test_ddl_deparse Add missed update in expected file 2017-01-26 18:06:06 -03:00
test_parser Update copyright for 2015 2015-01-06 11:43:47 -05:00
test_rls_hooks Message style improvements 2015-10-28 20:23:53 -04:00
test_shm_mq Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 2016-08-01 15:13:53 -04:00
worker_spi Don't use bgw_main even to specify in-core bgworker entrypoints. 2017-03-31 20:50:31 -04:00
Makefile Re-add BRIN isolation test 2015-08-13 14:41:52 -03:00