WAL supported extension - Mailing list pgsql-general

From Kouhei Sutou
Subject WAL supported extension
Date
Msg-id 20150117.231838.382657255463627288.kou@cozmixng.org
Whole thread Raw
Responses Re: WAL supported extension  (Michael Paquier <michael.paquier@gmail.com>)
List 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


pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: Alternatives to a unique indexes with NULL
Next
From: Berend Tober
Date:
Subject: Can pg_restore produce create or replace commands