Re: complier warnings from ecpg tests
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Sergei Kornilov <sk@zsrv.org>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2019-07-11T13:40:14Z
Lists: pgsql-hackers
On Thu, Jul 11, 2019 at 03:21:15PM +0300, Sergei Kornilov wrote: > I noticed few warnings from my compiler (gcc version 8.3.0 (Debian > 8.3.0-6)) during make check-world: > > They coming from src/interfaces/ecpg tests ( > ./src/interfaces/ecpg/test/sql/array.pgc ). > Seems this code is 4 year old but I did not found discussion related > to such compiler warnings. Is this expected? Are you using -Wformat-overflow? At which level? -- Michael
Commits
-
Fix format truncation issue from ECPG test
- a9f301df0e76 13.0 landed