Re: WIP: Access method extendability - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: WIP: Access method extendability
Date
Msg-id CAPpHfduH3yG9uOtwRwhV1pQrNL1+pRfPb3txYHCBDdRsx-L84A@mail.gmail.com
Whole thread Raw
In response to Re: WIP: Access method extendability  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Responses Re: WIP: Access method extendability  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Re: WIP: Access method extendability  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
On Tue, Mar 29, 2016 at 8:34 PM, Alexander Korotkov <a.korotkov@postgrespro.ru> wrote:
On Tue, Mar 29, 2016 at 8:29 PM, Teodor Sigaev <teodor@sigaev.ru> wrote:
I incorporated your changes and did some additional refinements on top of them
still.

Attached is delta against v12, that should cause less issues when merging for
Teodor.

But last version is 13th?

BTW, it would be cool to add odcs in VII. Internals chapter, description should be similar to index's interface description, i.e. how to use generic WAL interface.

We already have generic WAL interface description in comments to generic_xlog.c.  I'm not fan of duplicating things.  What about moving interface description from comments to docs completely?

I heard no objections.  There is revision of patch where generic WAL interface description was moved to documentation.  This description contains improvements by Petr Jelinek, Alvaro Herrera and Markus Nullmeier (who sent it to me privately).

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
 
Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: OOM in libpq and infinite loop with getCopyStart()
Next
From: Alexander Korotkov
Date:
Subject: Re: Move PinBuffer and UnpinBuffer to atomics