mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add C comment that IsBackendPid() is called by external modules, so we
don't accidentally remove it.
This commit is contained in:
parent
ece26987c2
commit
dbdb2172a0
@ -1929,6 +1929,8 @@ BackendXidGetPid(TransactionId xid)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* IsBackendPid -- is a given pid a running backend
|
* IsBackendPid -- is a given pid a running backend
|
||||||
|
*
|
||||||
|
* This is not called by the backend, but is called by external modules.
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
IsBackendPid(int pid)
|
IsBackendPid(int pid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user