Re: Invalid reference to ForkNumber enum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Invalid reference to ForkNumber enum
Дата
Msg-id 15442.1468423098@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Invalid reference to ForkNumber enum  (Alexander Law <exclusion@gmail.com>)
Список pgsql-docs
Alexander Law <exclusion@gmail.com> writes:
> There is an invalid reference to ForkNumber definition (from commit
> f71939cd).
> It was defined in relfilenode.h at time of the commit
> (https://github.com/postgres/postgres/blob/f71939cd/src/include/storage/relfilenode.h),
> but now it's defined in relpath.h
> (https://github.com/postgres/postgres/blob/master/src/include/common/relpath.h).
> Patch attached.

Yup, that's an oversight.  Pushed, thanks!

            regards, tom lane


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

Предыдущее
От: Alexander Law
Дата:
Сообщение: Invalid reference to ForkNumber enum
Следующее
От: Alexander Law
Дата:
Сообщение: Incorrect 'last' adjective in pgbench.sgml