pgsql: Fix constant in error message for recovery_target_timeline

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix constant in error message for recovery_target_timeline
Date: 2026-02-20 07:30:22
Message-ID: E1vtKxy-000GpM-1E@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix constant in error message for recovery_target_timeline

The intention was to use PG_UINT32_MAX, not UINT_MAX. Let's be
consistent and use the same constant.

Thinko in fd7d7b719137.

Author: David Steele <david(at)pgbackrest(dot)org>
Discussion: https://postgr.es/m/aZfXO97jSQaTTlfD@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0dc22fff64716dc3937705f0b7d0980475b164c1

Modified Files
--------------
src/backend/access/transam/xlogrecovery.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2026-02-20 09:08:42 pgsql: Fix computation of varnullingrels when translating appendrel Var
Previous Message Amit Kapila 2026-02-20 04:01:48 pgsql: Avoid including worker_internal.h in pgstat.h.