Test-cases for deferred constraints in plpgsql_transaction.sql - Mailing list pgsql-hackers

From Ashutosh Sharma
Subject Test-cases for deferred constraints in plpgsql_transaction.sql
Date
Msg-id CAE9k0P=JgjizW-SEeW=c9S_raDY_JnSj5YEXfoXjHTtZJuMJoA@mail.gmail.com
Whole thread Raw
Responses Re: Test-cases for deferred constraints in plpgsql_transaction.sql  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Hi All,

Currently, I could see only one test-case for deferred constraints in
plpgsql_transaction.sql file which tests if the constraint checking is
happening during commit time or not with the help of COMMIT statement.
Shouldn't we add some more test-cases to test ROLLBACK and SET
CONSTRAINTS statements with deferrable constraints inside DO blocks.
Please let me know your opinion on this. Thanks.

-- 
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: How to find the base version cf-bot is using?
Next
From: Etsuro Fujita
Date:
Subject: Re: Expression errors with "FOR UPDATE" and postgres_fdw with partitionwise join enabled.