This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch psql in repository dejagnu.
from 067bb14 Revise database structure new 30492bb Add basic sanity tests for database stored procedures new 90c3680 Fix indentation whitespace in ChangeLog on this branch new 2bf18f2 Whitespace cleanup in DB schema new 8c73aab Add initial new import tool new 6487962 Explain oddity in DB schema new 457888f Rewrite XML DTD new 6f962aa Implement XML import
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 2 +- contrib/database/importxml.pl | 349 ++++++++++++++++++++++++++++++++++++++ contrib/database/psql-devtest.sql | 35 ++++ contrib/database/psql.sql | 26 ++- lib/framework.exp | 168 +++++++++++++----- runtest.exp | 3 + 6 files changed, 523 insertions(+), 60 deletions(-) create mode 100755 contrib/database/importxml.pl create mode 100644 contrib/database/psql-devtest.sql