Remove redundant relam initialization

Álvaro Herrera <alvherre@alvh.no-ip.org>

Commit: fd9924542bccc488731361861903e3f9f3cf11fa
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2024-11-27T18:15:14Z
Releases: 18.0
Remove redundant relam initialization

This struct member is initialized again a few lines below in the same
function.  This is cosmetic, so no backpatch.

Reported-by: Jingtang Zhang <mrdrivingduck@gmail.com>
Discussion: https://postgr.es/m/AFF74506-B925-46BB-B875-CF5A946170EB@gmail.com

Files

PathChange+/−
src/backend/utils/cache/relcache.c modified +0 −1

Discussion