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 <[email protected]> Co-authored-by: Robert Haas <[email protected]> Discussion: http://postgr.es/m/[email protected] 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(-)
