postgresql/src/interfaces/libpq/test
Andrew Dunstan 7be5d8df1f Use perl warnings pragma consistently
We've had a mixture of the warnings pragma, the -w switch on the shebang
line, and no warnings at all. This patch removes the -w swicth and add
the warnings pragma to all perl sources missing it. It raises the
severity of the TestingAndDebugging::RequireUseWarnings  perlcritic
policy to level 5, so that we catch any future violations.

Discussion: https://postgr.es/m/20200412074245.GB623763@rfd.leadboat.com
2020-04-13 11:55:45 -04:00
..
.gitignore
expected.out
Makefile Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
README
regress.in
regress.pl Use perl warnings pragma consistently 2020-04-13 11:55:45 -04:00
uri-regress.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00

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.