projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece2698
)
Add C comment that IsBackendPid() is called by external modules, so we
author
Bruce Momjian
<bruce@momjian.us>
Mon, 1 Oct 2012 14:14:35 +0000
(10:14 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 1 Oct 2012 14:14:35 +0000
(10:14 -0400)
don't accidentally remove it.
src/backend/storage/ipc/procarray.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/procarray.c
b/src/backend/storage/ipc/procarray.c
index 984c2861cc6b1df350d274fe15c522122c67a690..d38164caa7358cf0f73656e11484a7e8463d8a61 100644
(file)
--- a/
src/backend/storage/ipc/procarray.c
+++ b/
src/backend/storage/ipc/procarray.c
@@
-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)