pgsql: Fix compiler warning for commit 434dbf69.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warning for commit 434dbf69.
Date: 2025-03-19 04:27:35
Message-ID: E1tul1j-003CnI-31@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning for commit 434dbf69.

Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/fe-auth-oauth-curl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-03-19 04:35:12 pgsql: psql: Allow queries terminated by semicolons while in pipeline m
Previous Message Thomas Munro 2025-03-19 04:06:17 pgsql: oauth: Simplify copy of PGoauthBearerRequest