mirror of
https://github.com/postgres/postgres.git
synced 2026-05-21 09:48:06 -04:00
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching. |
||
|---|---|---|
| .. | ||
| 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.