WAL supported extension

From: Kouhei Sutou <kou(at)cozmixng(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: WAL supported extension
Date: 2015-01-17 14:18:38
Message-ID: 20150117.231838.382657255463627288.kou@cozmixng.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

(Is this mailing list right mailing list for asking this
question...?)

Is there any plan to implement PostgreSQL API to implement
WAL supported extension?

Background:

I'm writing an extension(*) that provides index module for CJK
ready fast full-text search feature.

(*) PGroonga: https://github.com/pgroonga/pgroonga
(Sorry. README is written in Japanese for now.)

I want to add WAL support to the extension. But PostgreSQL
doesn't provide API to add an entry to RmgrTable. So I can't
implement WAL support to the extension.

Thanks,
--
kou

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Berend Tober 2015-01-17 18:05:37 Can pg_restore produce create or replace commands
Previous Message Andreas Kretschmer 2015-01-17 13:03:34 Re: Alternatives to a unique indexes with NULL