Skip to content
Snippets Groups Projects
Commit dbdb2172 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

don't accidentally remove it.
parent ece26987
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment