projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc88a8
)
Forgot to push file in previous commit.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Mon, 20 Apr 2020 05:25:09 +0000
(14:25 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Mon, 20 Apr 2020 05:25:09 +0000
(14:25 +0900)
Previous commit: https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=
589a81960939102fb620b395b8cd45434d6aa4bc
src/include/pool.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pool.h
b/src/include/pool.h
index e122d755d056446683f9ab549c250307552d8652..43e751852ff9625847fc940128adaa382f61267e 100644
(file)
--- a/
src/include/pool.h
+++ b/
src/include/pool.h
@@
-625,7
+625,7
@@
typedef enum
PT_PCP,
PT_PCP_WORKER,
PT_HEALTH_CHECK,
- PT_LAST_PTYPE
+ PT_LAST_PTYPE
/* last ptype marker. any ptype must be above this. */
} ProcessType;
extern ProcessType processType;