Re: ObjectIdGetDatum() missing from SearchSysCache*() callers
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, Zhang Mingli <zmlpostgres@gmail.com>
Date: 2023-07-17T22:27:02Z
Lists: pgsql-hackers
On Mon, Jul 17, 2023 at 05:33:42PM +0300, Aleksander Alekseev wrote: > I can't be 100% sure but it looks like that's all of them. PFA the > updated patch v2. Thanks. Yes, this stuff is easy to miss. I was just grepping for a few patterns and missed these two. -- Michael
Commits
-
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
- 2a990abd79ac 17.0 landed