postgresql/src/backend/access
Tom Lane 9c225acf0b Avoid passing function pointers across process boundaries.
This back-patches commit 32470825d3
into 9.6, primarily to make buildfarm member culicidae happy.
Unlike the HEAD patch, avoid changing the existing API of
CreateParallelContext; instead we just switch to using
CreateParallelContextForExternalFunction, even for core functions.

Petr Jelinek, with a bunch of basically-cosmetic adjustments by me

Discussion: https://postgr.es/m/548f9c1d-eafa-e3fa-9da8-f0cc2f654e60@2ndquadrant.com
2017-04-15 16:23:27 -04:00
..
brin BRIN revmap pages are not standard pages ... 2017-01-09 18:19:29 -03:00
common Fix ALTER TABLE / SET TYPE for irregular inheritance 2017-01-09 19:26:58 -03:00
gin Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware. 2016-09-03 13:28:53 -04:00
gist Fix typos in comments. 2017-02-06 11:34:15 +02:00
hash Remove triggerable Assert in hashname(). 2016-12-26 14:58:13 -05:00
heap Fix typos in comments. 2017-02-06 11:34:15 +02:00
index Add SQL-accessible functions for inspecting index AM properties. 2016-08-13 18:31:14 -04:00
nbtree Log the creation of an init fork unconditionally. 2016-12-08 14:13:55 -05:00
rmgrdesc Fix incorrect output from gin_desc(). 2016-12-05 20:31:40 +09:00
spgist Log the creation of an init fork unconditionally. 2016-12-08 14:13:55 -05:00
tablesample Update copyright for 2016 2016-01-02 13:33:40 -05:00
transam Avoid passing function pointers across process boundaries. 2017-04-15 16:23:27 -04:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00