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

From Alexander Korotkov
Subject Re: WIP: Access method extendability
Date
Msg-id CAPpHfdtqeXkqZ56aRikDXCUjV+PW6AZa8tiihYsLO1P4iAFF2w@mail.gmail.com
Whole thread Raw
In response to Re: WIP: Access method extendability  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Responses Re: WIP: Access method extendability
Re: WIP: Access method extendability
List pgsql-hackers
Hi!

New revision of patches is attached.

Changes are following:
1) API of generic xlog was changed: now there is no static variables, GenericXLogStart() returns palloc'd struct.
2) Generic xlog use elog instead ereport since it reports internal errors which shouldn't happen normally.
3) Error messages doesn't contains name of the function.
4) Bloom contrib was pgindented.
5) More comments for bloomb.
6) One more assert was added to bloom.
7) makeDefaultBloomOptions was renamed to adjustBloomOptions.  Now it only modifies its parameter. palloc is done outside of this function.
8) BloomBuildState is explicitly zeroed.

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

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Correction for replication slot creation error message in 9.6
Next
From: Joe Conway
Date:
Subject: Re: So, can we stop supporting Windows native now?