Fix postgresql.conf lexer to accept doubled single quotes in literal

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1128f5565906c32f0ace2feae3352f68d28e5850
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-09-21T20:33:34Z
Releases: 8.1.0
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

PathChange+/−
doc/src/sgml/config.sgml modified +3 −2
src/backend/utils/misc/guc-file.l modified +33 −32