diff options
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 |