Small patch: fix code duplication in heapam.c

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Small patch: fix code duplication in heapam.c
Дата
Msg-id 20160324114333.32d64b27@fujitsu
обсуждение исходный текст
Ответы Re: Small patch: fix code duplication in heapam.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello

I discovered that there is a lot of code duplication in heapam.c.
In particular relation_openrv and relation_openrv_extended procedures
and also heap_openrv and heap_openrv_extended procedures are almost the
same. Here is a patch that fixes this.

--
Best regards,
Aleksander Alekseev
http://eax.me/

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: Relation extension scalability
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: WIP: Access method extendability