From: Tomas Vondra Date: Mon, 26 Jan 2026 23:26:36 +0000 (+0100) Subject: pgindent fix for 3fccbd94cba X-Git-Tag: REL_18_2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a8b6e56cdbca12723a58f4ea13e39ac0611a59b;p=thirdparty%2Fpostgresql.git pgindent fix for 3fccbd94cba Backpatch-through: 18 --- diff --git a/contrib/pg_buffercache/pg_buffercache_pages.c b/contrib/pg_buffercache/pg_buffercache_pages.c index 7d26dbeb7e1..7d6af3f55eb 100644 --- a/contrib/pg_buffercache/pg_buffercache_pages.c +++ b/contrib/pg_buffercache/pg_buffercache_pages.c @@ -531,7 +531,9 @@ pg_buffercache_numa_pages(PG_FUNCTION_ARGS) { values[2] = Int32GetDatum(fctx->record[i].numa_node); nulls[2] = false; - } else { + } + else + { /* some kind of error (e.g. pages moved to swap) */ values[2] = (Datum) 0; nulls[2] = true;