Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d9a6ae

Browse files
committed
Add C comment that '=' is not documented for plpgsql assignment.
1 parent fc5f200 commit 1d9a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpgsql/src/gram.y

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ decl_defkey : assign_operator
746746
| K_DEFAULT
747747
;
748748

749-
assign_operator : '='
749+
assign_operator : '=' /* not documented because it might be removed someday */
750750
| COLON_EQUALS
751751
;
752752

0 commit comments

Comments
 (0)