Remove event trigger from object_address test
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove event trigger from object_address test It is causing trouble when run in parallel mode, because dropping the function other sessions are running concurrently causes them to fail due to inability to find the function. Per buildfarm, as noted by Tom Lane.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/object_address.out | modified | +2 −5 |
| src/test/regress/sql/object_address.sql | modified | +1 −4 |