postgresql/src/test/regress
Noah Misch 984e5beb38 Sort out paired double quotes in \connect, \password and \crosstabview.
In arguments, these meta-commands wrongly treated each pair as closing
the double quoted string.  Make the behavior match the documentation.
This is a compatibility break, but I more expect to find software with
untested reliance on the documented behavior than software reliant on
today's behavior.  Back-patch to 9.1 (all supported versions).

Reviewed by Tom Lane and Peter Eisentraut.

Security: CVE-2016-5424
2016-08-08 10:07:46 -04:00
..
data
expected Sort out paired double quotes in \connect, \password and \crosstabview. 2016-08-08 10:07:46 -04:00
input Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
output Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql Sort out paired double quotes in \connect, \password and \crosstabview. 2016-08-08 10:07:46 -04:00
.gitignore
GNUmakefile
Makefile
parallel_schedule
pg_regress_main.c
pg_regress.c
pg_regress.h
README
regress.c
regressplans.sh
resultmap
serial_schedule
standby_schedule

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".