Skip to content

Commit b8a6078

Browse files
committed
doc: Correct pg_shmem_allocations_numa.size data type
The code in pg_get_shmem_allocations_numa() returned 'size' as int64, but the docs said int32. Report and fix by Noriyoshi Shinoda. Reported-by: Noriyoshi Shinoda <noriyoshi.shinoda@hpe.com> Discussion: https://postgr.es/m/DM4PR84MB1734308EB741A6ECFF040C27EEAA2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent 12eece5 commit b8a6078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/system-views.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4128,7 +4128,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
41284128

41294129
<row>
41304130
<entry role="catalog_table_entry"><para role="column_definition">
4131-
<structfield>size</structfield> <type>int4</type>
4131+
<structfield>size</structfield> <type>int8</type>
41324132
</para>
41334133
<para>
41344134
Size of the allocation on this particular NUMA memory node in bytes

0 commit comments

Comments
 (0)