Re: Add minimal C example and SQL registration example for custom table access methods.

Поиск
Список
Период
Сортировка
От Roberto Mello
Тема Re: Add minimal C example and SQL registration example for custom table access methods.
Дата
Msg-id 170009090469.2631681.9401767800677948331.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответы Re: Add minimal C example and SQL registration example for custom table access methods.
Re: Add minimal C example and SQL registration example for custom table access methods.
Список pgsql-hackers
Suggestion:

In the C example you added you mention in the comment:

+  /* Methods from TableAmRoutine omitted from example, but all
+     non-optional ones must be provided here. */

Perhaps you could provide a "see <xyz>" to point the reader finding your example where he could find these non-optional
methodshe must provide?
 

Nitpicking a little: your patch appears to change more lines than it does, because it added line breaks earlier in the
lines.I would generally avoid that unless there's good reason to do so. 

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: lazy_scan_heap() should release lock on buffer before vacuuming FSM
Следующее
От: jian he
Дата:
Сообщение: Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features)