mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
parent
3fccbd94cb
commit
09c37015d4
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue