Autonomous transaction, background worker

From: Thiemo Kellner <thiemo(at)gelassene-pferde(dot)biz>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Autonomous transaction, background worker
Date: 2018-03-27 04:12:39
Message-ID: cdaf268a-0d50-961d-be12-e6d0a99212db@gelassene-pferde.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I try to setup a logging facility and want it to do its work
asynchronously in autonomous transactions. I have read
http://blog.dalibo.com/2016/08/19/Autonoumous_transactions_support_in_PostgreSQL.html
and chapter 47 of the documentation believing those articles are about
the same. However, pg_background_launch mentioned in the blog is not
available on my vanilla installation of Debian 10.3-2 from the
PostgreSQL repositories.
CHapter 47 makes me believe I need to code some C functions to use
background workers.

How are things actually?

Kind regards Thiemo

--
+49 (0)1578-772 37 37
+41 (0)78 947 36 21
SIP/iptel.org: thiemo.kellner
Öffentlicher PGP-Schlüssel:
http://pgp.mit.edu/pks/lookup?op=get&search=0xCA167FB0E717AFFC

Attachment Content-Type Size
thiemo.vcf text/x-vcard 693 bytes

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2018-03-27 04:39:00 Re: Warning of .partial wal file in PITR and Replication Environment
Previous Message Adrian Klaver 2018-03-27 04:03:26 Re: Problem with postgreSQL