pgsql: Make WaitForLSNReplay() issue FATAL on postmaster death

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make WaitForLSNReplay() issue FATAL on postmaster death
Date: 2024-10-24 12:04:14
Message-ID: E1t3wZa-002Dtb-OZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make WaitForLSNReplay() issue FATAL on postmaster death

Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZvY2C8N4ZqgCFaLu%40paquier.xyz
Reviewed-by: Pavel Borisov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6cfebfe88b9a753152862b83d42d1103125b01bd

Modified Files
--------------
src/backend/access/transam/xlogwait.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-10-24 13:38:04 pgsql: Support configuring multiple ECDH curves
Previous Message Alexander Korotkov 2024-10-24 11:36:08 pgsql: Update header comment for lookup_type_cache()