pgsql: Fix comment in lsyscache.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in lsyscache.c
Date: 2025-12-30 07:45:13
Message-ID: E1vaUPo-003Rz1-1T@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in lsyscache.c

Author: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEoWx2miv0KGcM9j29ANRN45-Vz-2qAqrM0cv9OtaLx8e_WCMQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ffdcc9c638eeb71d2e6990e27f91623736603b58

Modified Files
--------------
src/backend/utils/cache/lsyscache.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2025-12-30 18:58:21 pgsql: Fix a race condition in updating procArray->replication_slot_xmi
Previous Message Thomas Munro 2025-12-30 07:29:18 pgsql: jit: Drop redundant LLVM configure probes.