mirror of
https://github.com/postgres/postgres.git
synced 2026-05-21 01:37:50 -04:00
It failed to remove a .o file during "make clean", and it lacked a .gitignore file entirely. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| expected.out | ||
| Makefile | ||
| README | ||
| regress.in | ||
| regress.pl | ||
| uri-regress.c | ||
This is a testsuite for testing libpq URI connection string syntax. To run the suite, use 'make installcheck' command. It works by running 'regress.sh' 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.