From 2c0a87af68805c3e8ecfcc8ac41be47ac00b9ae1 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 11 Jul 2025 21:28:47 +0300 Subject: [PATCH] Update pgxn/neon/relkind_cache.c Co-authored-by: Heikki Linnakangas --- pgxn/neon/relkind_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgxn/neon/relkind_cache.c b/pgxn/neon/relkind_cache.c index af8bc294e2..cc46adb107 100644 --- a/pgxn/neon/relkind_cache.c +++ b/pgxn/neon/relkind_cache.c @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * relkind_cache.c - * Cache for marking unlogged relations + * Cache to track the relkind of relations * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California