In ecpg, automatically double single quotes in $$ strings because
Bruce Momjian <bruce@momjian.us>
In ecpg, automatically double single quotes in $$ strings because internally $$ strings are converted to single-quote strings. In ecpg, output newlines in commands using standard C escapes, rather than using literal newlines, which is not portable.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/preproc/output.c | modified | +24 −26 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +6 −3 |