Re: complier warnings from ecpg tests

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Sergei Kornilov <sk(at)zsrv(dot)org>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: complier warnings from ecpg tests
Date: 2019-08-02 00:55:50
Message-ID: 20190802005550.GA1717@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 01, 2019 at 03:14:06PM +0900, Michael Paquier wrote:
> Thanks for the set of flags. So this comes from the use of -Og, and
> the rest of the tree does not complain. The issue is that gcc
> complains about the buffer not being large enough, but %d only uses up
> to 2 characters so there is no overflow. In order to fix the issue it
> is fine enough to increase the buffer size to 28 bytes, so I would
> recommend to just do that. This is similar to the business done in
> 3a4b891.

And fixed with a9f301d.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-08-02 01:03:17 Re: Commitfest 2019-07, the first of five* for PostgreSQL 13
Previous Message Thomas Munro 2019-08-02 00:18:12 Re: Commitfest 2019-07, the first of five* for PostgreSQL 13