mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08: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
|
||||
*
|
||||
* This is not called by the backend, but is called by external modules.
|
||||
*/
|
||||
bool
|
||||
IsBackendPid(int pid)
|
||||
|
Loading…
Reference in New Issue
Block a user