From e7d5c5d9dc60b1b7ebed9d4d4cb0f24ce4049354 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Sat, 20 Mar 2021 17:25:01 -0500 Subject: [PATCH 29/32] guc.h: remove mention of "doit" Gone since 10 years. 2594cf0e8c04406ffff19b1651c5a406d376657c --- src/include/utils/guc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 1892c7927b..1126b34798 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -90,8 +90,7 @@ typedef enum * dividing line between "interactive" and "non-interactive" sources for * error reporting purposes. * - * PGC_S_TEST is used when testing values to be used later ("doit" will always - * be false, so this never gets stored as the actual source of any value). + * PGC_S_TEST is used when testing values to be used later. * For example, ALTER DATABASE/ROLE tests proposed per-database or per-user * defaults this way, and CREATE FUNCTION tests proposed function SET clauses * this way. This is an interactive case, but it needs its own source value -- 2.17.0