Add C comment that IsBackendPid() is called by external modules, so we

don't accidentally remove it.
This commit is contained in:
Bruce Momjian 2012-10-01 10:14:35 -04:00
parent ece26987c2
commit dbdb2172a0

View File

@ -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)