agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Robert Haas <rhaas@postgresql.org>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Fix type confusion in AddRelsyncInvalidationMessage
Date: Thu, 11 Jun 2026 21:18:09 +0000
Message-ID: <E1wXmmv-0023Vf-1X@gemulon.postgresql.org> (raw)
Fix type confusion in AddRelsyncInvalidationMessage
Since this is trying to add a SharedInvalRelSyncMsg rather than
a SharedInvalRelcacheMsg, it should use rs rather than rc.
This makes no difference as things stand, because the two structure
definitions are identical (except for the capitalization of "relid"),
but it's still a good idea to fix it.
Co-authored-by: Stolpovskikh Danil <d.stolpovskikh@ftdata.ru>
Co-authored-by: Robert Haas <rhaas@postgresql.org>
Discussion: http://postgr.es/m/bd6a5735b72b4afe99af49c3c62901d6@localhost.localdomain
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/99db753c656946bfd1d4ddd3978ebfcee6fb86c0
Modified Files
--------------
src/backend/utils/cache/inval.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Message-ID: <E1wXmmv-0023Vf-1X@gemulon.postgresql.org>
Permalink: ../E1wXmmv-0023Vf-1X@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1wXmmv-0023Vf-1X@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: rhaas@postgresql.org, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Fix type confusion in AddRelsyncInvalidationMessage
In-Reply-To: <E1wXmmv-0023Vf-1X@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox