From d336ef1e757060b7b050e49d2023ec8166761a3e Mon Sep 17 00:00:00 2001 From: "Chao Li (Evan)" Date: Tue, 23 Sep 2025 15:46:45 +0800 Subject: [PATCH v1] Fix incorrect function comment of stringToNodeInternal Author: Chao Li --- src/backend/nodes/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/nodes/read.c b/src/backend/nodes/read.c index ce335dd3ff1..d4a1e9c0438 100644 --- a/src/backend/nodes/read.c +++ b/src/backend/nodes/read.c @@ -38,7 +38,7 @@ bool restore_location_fields = false; /* - * stringToNode - + * stringToNodeInternal - * builds a Node tree from its string representation (assumed valid) * * restore_loc_fields instructs readfuncs.c whether to restore location -- 2.39.5 (Apple Git-154)