Fix instable 006_login_trigger.pl test

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 06be01eb266bdb24efd931ad10ee6a1de26271b4
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2023-10-29T22:28:18Z
Releases: 17.0
Fix instable 006_login_trigger.pl test

Handling of login trigger FATAL error could cause a timing-dependant panic of
IPC::Run.  This commit excludes checks which involves handling of such errors.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/2268825.1698618066%40sss.pgh.pa.us

Files

PathChange+/−
src/test/authentication/t/006_login_trigger.pl modified +3 −14

Discussion