Fix outdated comments in slru.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 5 Sep 2025 05:10:08 +0000 (14:10 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 5 Sep 2025 05:10:08 +0000 (14:10 +0900)
commit567d27e8e2b752743626eb259ba75ecdc936eaf3
tree0c5ca5d57014ea36630cdd7ea0e5592a42baab1e
parent4246a977bad6e76c4276a0d52def8a3dced154bb
Fix outdated comments in slru.c

SlruRecentlyUsed() is an inline function since 53c2a97a9266, not a
macro.  The description of long_segment_names was missing at the top of
SimpleLruInit(), part forgotten in 4ed8f0913bfd.

Author: Julien Rouhaud <rjuju123@gmail.com>
Discussion: https://postgr.es/m/aLpBLMOYwEQkaleF@jrouhaud
Backpatch-through: 17
src/backend/access/transam/slru.c