Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted

Michael Meskes <meskes@postgresql.org>

Commit: 727a5a1620dd9f84036f8094f99a6ea494143bef
Author: Michael Meskes <meskes@postgresql.org>
Date: 2010-12-23T19:37:42Z
Releases: 9.1.0
Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted
string". This is not really needed because the string gets copied to the output
untranslated anyway, but by adding this rule the lexer stays in sync with the
backend lexer.

Files

PathChange+/−
src/interfaces/ecpg/preproc/pgc.l modified +2 −0