Code review for standard_conforming_strings patch. Fix it so it does not
Tom Lane <tgl@sss.pgh.pa.us>
Code review for standard_conforming_strings patch. Fix it so it does not throw warnings for 100%-SQL-standard constructs, clean up some minor infelicities, try to un-break ecpg to the best of my ability. (It's not clear how ecpg is going to find out the setting of standard_conforming_strings, though.) I think pg_dump still needs work, too.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +34 −25 |
| src/backend/parser/scan.l | modified | +6 −11 |
| src/backend/utils/misc/guc.c | modified | +2 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +3 −3 |
| src/bin/psql/common.c | modified | +3 −3 |
| src/bin/psql/psqlscan.l | modified | +2 −2 |
| src/include/parser/gramparse.h | modified | +6 −1 |
| src/include/utils/guc.h | modified | +1 −3 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +23 −16 |
| src/test/regress/expected/strings.out | modified | +0 −24 |