TAP::Parser::SourceHandler::pgTAP is up to date (3.27).
Try `make PERL=~username/localperl/bin/perl`.
But note that the above is just a warning. The installer doesn't need TAP::Parser::SourceHandler::pgTAP, it just suggests you install it. If you do have it called but the installer can’t find it, it doesn’t matter, as long as you can use it.
HTH,
David
> I have run psql -d mydb -f /path/to/pgsql/contrib/pgtap.sql successfully. But, how do I verify the installation has completed successfully?
If it exited without error, it worked.
> Is there a testing script to run to compare the structure changes to the database? or I just need to verify the pgtap.sql is there?
You can \df to see a list of functions.
HTH,
David
> got it all working well. nice package!! will do more tests with those functions. thanks.
W00t, glad to hear it!
David