pgsql: Fix constant in error message for recovery_target_timeline - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix constant in error message for recovery_target_timeline
Date
Msg-id E1vtKxy-000GpM-1E@gemulon.postgresql.org
Whole thread Raw
List 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@pgbackrest.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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Avoid including worker_internal.h in pgstat.h.
Next
From: Richard Guo
Date:
Subject: pgsql: Fix computation of varnullingrels when translating appendrel Var