pgsql: Fix a compiler warning in initStringInfo().

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a compiler warning in initStringInfo().
Date: 2025-01-11 07:07:03
Message-ID: E1tWVaJ-000xKU-0m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a compiler warning in initStringInfo().

Fix a compiler warning found by Cfbot. This was caused by commit
bb86e85e442.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/72ceb21b029433dd82f29182894dce63e639b4d4

Modified Files
--------------
src/common/stringinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2025-01-11 09:02:50 Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection
Previous Message Jeff Davis 2025-01-11 01:48:42 pgsql: Fix redefinition of type in commit e0ece2a981.