• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D08-Nov-202140 43

MakefileH A D08-Nov-2021482 2316

READMEH A D08-Nov-2021360 86

expected.outH A D08-Nov-20214.5 KiB172114

regress.inH A D08-Nov-20211.6 KiB5857

regress.plH A D08-Nov-20211.7 KiB6340

uri-regress.cH A D08-Nov-20212 KiB8545

README

1This is a testsuite for testing libpq URI connection string syntax.
2
3To run the suite, use 'make installcheck' command.  It works by
4running 'regress.pl' from this directory with appropriate environment
5set up, which in turn feeds up lines from 'regress.in' to
6'uri-regress' test program and compares the output against the correct
7one in 'expected.out' file.
8