Re: [HACKERS] Cache lookup errors with functions manipulation objectaddresses

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] Cache lookup errors with functions manipulation objectaddresses
Дата
Msg-id 20180112020159.GD2222@paquier.xyz
обсуждение исходный текст
Ответ на Re: [HACKERS] Cache lookup errors with functions manipulation object addresses  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: [HACKERS] Cache lookup errors with functions manipulation objectaddresses
Список pgsql-hackers
On Fri, Jan 12, 2018 at 01:45:19PM +1300, Thomas Munro wrote:
> FYI:
>
> func.sgml:17550: parser error : Opening and ending tag mismatch:
> literal line 17550 and unparseable
>    <literal>NULL</> values for undefined objects.
>                    ^
> func.sgml:17567: parser error : Opening and ending tag mismatch:
> literal line 17567 and unparseable
>    with <literal>NULL</> values.
>                         ^
> func.sgml:17582: parser error : Opening and ending tag mismatch:
> literal line 17582 and unparseable
>    Undefined objects are identified with <literal>NULL</> values.
>                                                          ^
> func.sgml:20721: parser error : chunk is not well balanced
> postgres.sgml:105: parser error : Failure to process entity func
>   &func;
>         ^
> postgres.sgml:105: parser error : Entity 'func' not defined
>   &func;
>         ^

Thanks Mr. Robot and Thomas for the reminder. Attached is an updated
patch set taking care of those warnings, 0002 and 0004 being impacted.
--
Michael

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: add queryEnv to ExplainOneQuery_hook