Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior

Bruce Momjian <bruce@momjian.us>

Commit: a6542a4b6870a019cd952d055d2e7af2da2fe102
Author: Bruce Momjian <bruce@momjian.us>
Date: 2013-11-26T00:19:40Z
Releases: 9.4.0
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior

Change SET LOCAL/CONSTRAINTS/TRANSACTION behavior outside of a
transaction block from error (post-9.3) to warning.  (Was nothing in <=
9.3.)  Also change ABORT outside of a transaction block from notice to
warning.

Files