projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a57bf5e
)
Revert some accidental DEBUG message changes
author
Heikki Linnakangas
<
[email protected]
>
Mon, 23 Feb 2009 07:58:58 +0000
(09:58 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Mon, 23 Feb 2009 07:58:58 +0000
(09:58 +0200)
src/backend/storage/ipc/ipc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/ipc.c
b/src/backend/storage/ipc/ipc.c
index 50ed3e1dc82cdf088f190dbc0a37d97b81267888..13623a3c6a4706906b1b09c09ad0f4936816c0f8 100644
(file)
--- a/
src/backend/storage/ipc/ipc.c
+++ b/
src/backend/storage/ipc/ipc.c
@@
-95,6
+95,8
@@
proc_exit(int code)
InterruptHoldoffCount = 1;
CritSectionCount = 0;
+ elog(DEBUG3, "proc_exit(%d)", code);
+
/* do our shared memory exits first */
shmem_exit(code);
@@
-159,6
+161,8
@@
proc_exit(int code)
void
shmem_exit(int code)
{
+ elog(DEBUG3, "shmem_exit(%d)", code);
+
/*
* call all the registered callbacks.
*