postgresql/src/interfaces/libpq/test
Bruce Momjian 97c39498e5 Update copyright for 2019
Backpatch-through: certain files through 9.4
2019-01-02 12:44:25 -05:00
..
.gitignore Make src/interfaces/libpq/test clean up after itself. 2017-02-19 17:18:10 -05:00
Makefile Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
README Fix script name in README. 2017-06-09 12:05:03 +03:00
expected.out Fix libpq test expected output file 2015-03-11 17:04:27 -03:00
regress.in libpq: URI parsing fixes 2012-05-28 22:44:34 +03:00
regress.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00
uri-regress.c Update copyright for 2019 2019-01-02 12:44:25 -05:00

README

This is a testsuite for testing libpq URI connection string syntax.

To run the suite, use 'make installcheck' command.  It works by
running 'regress.pl' from this directory with appropriate environment
set up, which in turn feeds up lines from 'regress.in' to
'uri-regress' test program and compares the output against the correct
one in 'expected.out' file.