Commit dbdb2172 authored by Bruce Momjian's avatar Bruce Momjian

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

don't accidentally remove it.
parent ece26987
...@@ -1929,6 +1929,8 @@ BackendXidGetPid(TransactionId xid) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment