Fix postgresql.conf lexer to accept doubled single quotes in literal
Tom Lane <tgl@sss.pgh.pa.us>
Fix postgresql.conf lexer to accept doubled single quotes in literal strings. This is consistent with SQL conventions, and since Bruce already changed initdb in a way that assumed it worked like this, seems we'd better make it work like this.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +3 −2 |
| src/backend/utils/misc/guc-file.l | modified | +33 −32 |