Re: New Object Access Type hooks

From: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Joshua Brindle <joshua(dot)brindle(at)crunchydata(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jeff Davis <pgsql(at)j-davis(dot)com>, Joe Conway <joe(at)crunchydata(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: New Object Access Type hooks
Date: 2022-03-21 23:08:48
Message-ID: 448E56E1-0C59-441A-A6D0-66B8CFEFE540@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Mar 21, 2022, at 1:30 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
> To the best of my knowledge .control files are only used by extensions,
> not by other modules. They are only referenced in
> src/backend/commands/extension.c in the backend code. For example,
> auto_explain which is a loadable module but not en extension does not
> have one, and I bet if you remove it you'll find this will work just fine.

Fixed, also with adjustments to Joshua's function comments.

Attachment Content-Type Size
v3-0001-Add-String-object-access-hooks.patch application/octet-stream 12.4 KB
v3-0002-Add-regression-tests-of-Object-Access-Type-hooks.patch application/octet-stream 57.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Malakhov 2022-03-21 23:31:21 Re: Pluggable toaster
Previous Message David Christensen 2022-03-21 23:01:02 Re: [PATCH] add relation and block-level filtering to pg_waldump