Re: logical replication launcher crash on buildfarm - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: logical replication launcher crash on buildfarm
Date
Msg-id 548f9c1d-eafa-e3fa-9da8-f0cc2f654e60@2ndquadrant.com
Whole thread Raw
In response to Re: logical replication launcher crash on buildfarm  (Andres Freund <andres@anarazel.de>)
Responses Re: logical replication launcher crash on buildfarm  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
So this is what I came up with on plane. Generalized the loading
functionality into load_library_function which that can load either
known postgres functions or call load_external_function.

I am not quite sure if fmgr.c is best place to put it, but I didn't want
to include stuff from executor in bgworker.c. I was thinking about
putting it to dfmgr.c (as that's where load_external_function) but again
seemed weird to including executor there.

As with previous patch, 9.6 will need quite different patch as we need
to keep compatibility there, but since I am traveling I think it's
better to share what I have so far.

-- 
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Compiler warning in costsize.c
Next
From: Tomas Vondra
Date:
Subject: Re: multivariate statistics (v25)