Re: [HACKERS] Cache lookup errors with functions manipulation object addresses

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Cache lookup errors with functions manipulation object addresses
Date: 2018-01-12 02:01:59
Message-ID: 20180112020159.GD2222@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
0001-Refactor-syscache-routines-to-get-attribute-name.patch text/plain 12.1 KB
0002-Extend-lookup-routines-for-FDW-and-foreign-server-wi.patch text/plain 14.3 KB
0003-Refactor-routines-for-subscription-and-publication-l.patch text/plain 5.7 KB
0004-Eliminate-user-visible-cache-lookup-errors-for-objad.patch text/plain 118.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-01-12 02:08:18 Re: add queryEnv to ExplainOneQuery_hook
Previous Message Peter Geoghegan 2018-01-12 01:58:18 Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)