changes in plpgsql. Per bug #4843.
-
+
Make processing of string literals and nested block comments
match the main SQL parser's processing (Tom)
+
+ In particular, the format string in RAISE> now works
+ the same as any other string literal, including being subject
+ to standard_conforming_strings>. This change also
+ fixes other cases in which valid commands would fail when
+ standard_conforming_strings> is on.
+