evtfoid and evtowner missing in findoidjoins/README

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: evtfoid and evtowner missing in findoidjoins/README
Date: 2021-01-17 16:38:35
Message-ID: d1f413ff-0e50-413d-910c-bdd9ee9752c1@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The below references are already properly documented in

https://www.postgresql.org/docs/current/catalog-pg-event-trigger.html

but missing in src/tools/findoidjoins/README.

Join pg_catalog.pg_event_trigger.evtowner => pg_catalog.pg_authid.oid
Join pg_catalog.pg_event_trigger.evtfoid => pg_catalog.pg_proc.oid

I'm not sure what the process of updating the README is,
the git log seems to indicate this is usually part of the release cycle,
so perhaps it's OK this file is out-of-sync between releases?

But if so, that won't explain these two, since they have been around for ages.

/Joel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Victor Yegorov 2021-01-17 16:46:05 Re: cgit view availabel
Previous Message Magnus Hagander 2021-01-17 16:19:03 Re: cgit view availabel