Does statement_timeout apply to commit? - Mailing list pgsql-general

From qihua wu
Subject Does statement_timeout apply to commit?
Date
Msg-id CAPoYtoJZkq9ir=MRUiR-5d4NZr1RQtr8TDTVaQ-GQimGAyVxdA@mail.gmail.com
Whole thread Raw
Responses Re: Does statement_timeout apply to commit?
List pgsql-general
I have a patroni cluster running in sync mode and at least 2 nodes should be synced for commit. Now I brought down one node, so only one slave is in sync, and then write a java program to write the data to primary in autocommit = false mode, I set statement_timeout to 10, hopping the jave will throw exception after 10 seconds after I send a commit command to postgresq, but after 10 seconds, it didn't throw any exception, so looks like statement_timeout doesn't apply to commit. Is that theory right?.

pgsql-general by date:

Previous
From: Venkata B Nagothi
Date:
Subject: Re: Postgres upgrade 12 - issues with OIDs
Next
From: veem v
Date:
Subject: Re: Sequence vs UUID