diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-09-20 12:22:02 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-09-20 12:22:02 -0300 |
commit | d3014fff4cd4dcaf4b2764d96ad038f3be7413b0 (patch) | |
tree | ebfaedf6e63b2540217c8e54b4f6775b3d0fb83e /src | |
parent | 5577cd571ad3528471152f68636ac03c80576977 (diff) | |
download | postgresql-d3014fff4cd4dcaf4b2764d96ad038f3be7413b0.tar.gz postgresql-d3014fff4cd4dcaf4b2764d96ad038f3be7413b0.zip |
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 <pryzby@telsasoft.com>
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/CALj2ACVpYCT0M+k8zqrAa4ZQZV+ce5s6G=yajwoS1m=h-jj8NQ@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/include/miscadmin.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |