1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00
Files
postgres/src
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
..
2016-06-09 18:02:36 -04:00
2017-03-14 13:45:54 -04:00
2016-01-28 16:47:36 +09:00
2016-01-02 13:33:40 -05:00
2017-02-06 11:34:15 +02:00