From 73c14f4704a68c808e8669e0d572d1e243046d4b Mon Sep 17 00:00:00 2001 From: albert tan Date: Tue, 6 Jan 2026 10:37:44 +0800 Subject: [PATCH v1] Correct comment wording in extension.c Note that 'will be search', It's a voice error it ought to be revised to 'will be searched'. Author: albert tan --- src/backend/commands/extension.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/commands/extension.c b/src/backend/commands/extension.c index bfabcfc..93c2d09 100644 --- a/src/backend/commands/extension.c +++ b/src/backend/commands/extension.c @@ -549,9 +549,9 @@ get_extension_script_filename(ExtensionControlFile *control, * fields of *control. We parse primary file if version == NULL, * else the optional auxiliary file for that version. * - * The control file will be search on Extension_control_path paths if + * The control file will be searched on Extension_control_path paths if * control->control_dir is NULL, otherwise it will use the value of control_dir - * to read and parse the .control file, so it assume that the control_dir is a + * to read and parse the .control file, so it assumes that the control_dir is a * valid path for the control file being parsed. * * Control files are supposed to be very short, half a dozen lines, -- 1.8.3.1