From d3014fff4cd4dcaf4b2764d96ad038f3be7413b0 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 20 Sep 2021 12:22:02 -0300 Subject: Doc: add glossary term for "auxiliary process" Add entries for existing processes not documented, too, and adjust existing definitions for consistency. Per question from Bharath Rupireddy. Author: Justin Pryzby Author: Alvaro Herrera Discussion: https://postgr.es/m/CALj2ACVpYCT0M+k8zqrAa4ZQZV+ce5s6G=yajwoS1m=h-jj8NQ@mail.gmail.com --- src/include/miscadmin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 2e2e9a364a7..90a30160657 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -422,6 +422,8 @@ extern ProcessingMode Mode; * Auxiliary-process type identifiers. These used to be in bootstrap.h * but it seems saner to have them here, with the ProcessingMode stuff. * The MyAuxProcType global is defined and set in auxprocess.c. + * + * Make sure to list in the glossary any items you add here. */ typedef enum -- cgit v1.2.3