pgindent fix for 3fccbd94cb

Backpatch-through: 18
This commit is contained in:
Tomas Vondra 2026-01-27 00:26:36 +01:00
parent 3fccbd94cb
commit 09c37015d4

View file

@ -556,7 +556,9 @@ pg_buffercache_os_pages_internal(FunctionCallInfo fcinfo, bool include_numa)
{
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;