@@ -4940,7 +4940,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
4940
4940
access functions can be used; these are shown in <xref
4941
4941
linkend="monitoring-stats-backend-funcs-table"/>.
4942
4942
These access functions use the session's backend ID number, which is a
4943
- small positive integer that is distinct from the backend ID of any
4943
+ small integer (>= 0) that is distinct from the backend ID of any
4944
4944
concurrent session, although a session's ID can be recycled as soon as
4945
4945
it exits. The backend ID is used, among other things, to identify the
4946
4946
session's temporary schema if it has one.
@@ -6813,7 +6813,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6813
6813
arg0 contains the fork to be extended. arg1, arg2, and arg3 contain the
6814
6814
tablespace, database, and relation OIDs identifying the relation. arg4
6815
6815
is the ID of the backend which created the temporary relation for a
6816
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared
6816
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared
6817
6817
buffer. arg5 is the number of blocks the caller would like to extend
6818
6818
by.</entry>
6819
6819
</row>
@@ -6824,7 +6824,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6824
6824
arg0 contains the fork to be extended. arg1, arg2, and arg3 contain the
6825
6825
tablespace, database, and relation OIDs identifying the relation. arg4
6826
6826
is the ID of the backend which created the temporary relation for a
6827
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared
6827
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared
6828
6828
buffer. arg5 is the number of blocks the relation was extended by, this
6829
6829
can be less than the number in the
6830
6830
<literal>buffer-extend-start</literal> due to resource
@@ -6839,7 +6839,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6839
6839
arg2, arg3, and arg4 contain the tablespace, database, and relation OIDs
6840
6840
identifying the relation.
6841
6841
arg5 is the ID of the backend which created the temporary relation for a
6842
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared buffer.
6842
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared buffer.
6843
6843
</entry>
6844
6844
</row>
6845
6845
<row>
@@ -6850,7 +6850,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6850
6850
arg2, arg3, and arg4 contain the tablespace, database, and relation OIDs
6851
6851
identifying the relation.
6852
6852
arg5 is the ID of the backend which created the temporary relation for a
6853
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared buffer.
6853
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared buffer.
6854
6854
arg6 is true if the buffer was found in the pool, false if not.</entry>
6855
6855
</row>
6856
6856
<row>
@@ -6903,7 +6903,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6903
6903
arg2, arg3, and arg4 contain the tablespace, database, and relation OIDs
6904
6904
identifying the relation.
6905
6905
arg5 is the ID of the backend which created the temporary relation for a
6906
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared buffer.</entry>
6906
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared buffer.</entry>
6907
6907
</row>
6908
6908
<row>
6909
6909
<entry><literal>smgr-md-read-done</literal></entry>
@@ -6913,7 +6913,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6913
6913
arg2, arg3, and arg4 contain the tablespace, database, and relation OIDs
6914
6914
identifying the relation.
6915
6915
arg5 is the ID of the backend which created the temporary relation for a
6916
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared buffer.
6916
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared buffer.
6917
6917
arg6 is the number of bytes actually read, while arg7 is the number
6918
6918
requested (if these are different it indicates a short read).</entry>
6919
6919
</row>
@@ -6925,7 +6925,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6925
6925
arg2, arg3, and arg4 contain the tablespace, database, and relation OIDs
6926
6926
identifying the relation.
6927
6927
arg5 is the ID of the backend which created the temporary relation for a
6928
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared buffer.</entry>
6928
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared buffer.</entry>
6929
6929
</row>
6930
6930
<row>
6931
6931
<entry><literal>smgr-md-write-done</literal></entry>
@@ -6935,7 +6935,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
6935
6935
arg2, arg3, and arg4 contain the tablespace, database, and relation OIDs
6936
6936
identifying the relation.
6937
6937
arg5 is the ID of the backend which created the temporary relation for a
6938
- local buffer, or <symbol>InvalidBackendId </symbol> (-1) for a shared buffer.
6938
+ local buffer, or <symbol>INVALID_PROC_NUMBER </symbol> (-1) for a shared buffer.
6939
6939
arg6 is the number of bytes actually written, while arg7 is the number
6940
6940
requested (if these are different it indicates a short write).</entry>
6941
6941
</row>
0 commit comments