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-02-01 06:32:12
Message-ID: 20180201063212.GE6398@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 12, 2018 at 11:01:59AM +0900, Michael Paquier wrote:
> Thanks Mr. Robot and Thomas for the reminder. Attached is an updated
> patch set taking care of those warnings, 0002 and 0004 being impacted.

The last patch set has rotten enough for git am to complain (not patch
-p1), so attached is a new set. Alvaro, I am aware that there are way
more shiny features than this patch set, still are you planning to look
at this patch set aimed at doing the cleanup of the existing inferface
you introduced?

I am moving it to the next CF for now..
--
Michael

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-02-01 06:41:25 Re: [HACKERS] WIP: Restricting pg_rewind to data/wal dirs
Previous Message David Rowley 2018-02-01 06:26:02 Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?