]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pgindent fix for 3fccbd94cba
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 26 Jan 2026 23:26:36 +0000 (00:26 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 26 Jan 2026 23:28:01 +0000 (00:28 +0100)
Backpatch-through: 18

contrib/pg_buffercache/pg_buffercache_pages.c

index 7d26dbeb7e1d185206d32df70ebed27a8fc002a4..7d6af3f55eb602aab157ea79bb54933b0bd5c094 100644 (file)
@@ -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;