Forgot to push file in previous commit.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 20 Apr 2020 05:25:09 +0000 (14:25 +0900)
committerTatsuo 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

index e122d755d056446683f9ab549c250307552d8652..43e751852ff9625847fc940128adaa382f61267e 100644 (file)
@@ -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;