]> 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:26:36 +0000 (00:26 +0100)
Backpatch-through: 18

contrib/pg_buffercache/pg_buffercache_pages.c

index 9ff0eb4b0a0b5248962ab6c823467427fab26b2a..89b8685524318a0a280f3a1da6d27ba7718a1832 100644 (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;