Re: [GENERAL] WAL supported extension

2015-01-18 Thread Kouhei Sutou
Hi,

In 
  "Re: [GENERAL] WAL supported extension" on Sun, 18 Jan 2015 15:15:51 +0900,
  Michael Paquier  wrote:

>> (Is this mailing list right mailing list for asking this
>> question...?)
> Hackers would have been fine as well.

Thanks for your advice. I'll use hackers mailing list at the
next time.

>> Is there any plan to implement PostgreSQL API to implement
>> WAL supported extension?
> Not that I know of, the last discussion I recall on the matter being this one:
> http://www.postgresql.org/message-id/capphfdsxwzmojm6dx+tjnpyk27kt4o7ri6x_4oswcbyu1rm...@mail.gmail.com

Thanks for the information.
It's what I want.


Thanks,
--
kou


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[GENERAL] WAL supported extension

2015-01-17 Thread Kouhei Sutou
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


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general