pgsql: Fix possible compiler warning

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix possible compiler warning
Date: 2023-08-30 14:21:43
Message-ID: E1qbM4k-001gNC-Kd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix possible compiler warning

related to 1fa9241bdd

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe39f433528c7a5648a4b94bf11773f9c51e28ac

Modified Files
--------------
src/backend/commands/sequence.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-08-30 21:48:47 pgsql: Use actual backend IDs in pg_stat_get_backend_subxact().
Previous Message Etsuro Fujita 2023-08-30 08:47:10 pgsql: Doc: Improve documentation for creating custom scan paths.