Re: pgsql: Try to fix compiler warnings.

2021-03-12 Thread Robert Haas
On Fri, Mar 12, 2021 at 3:18 PM Erik Rijkers wrote: > Now compile is OK again, no errors, no warnings. Thanks. Cool, thanks for confirming. -- Robert Haas EDB: http://www.enterprisedb.com

Re: pgsql: Try to fix compiler warnings.

2021-03-12 Thread Erik Rijkers
> On 2021.03.12. 21:06 Robert Haas wrote: > On Fri, Mar 12, 2021 at 2:52 PM wrote: > > > On 2021.03.12. 20:36 Robert Haas wrote: > > ../../../src/Makefile.global:919: recipe for target 'pg_amcheck.o' failed > > Makefile:43: recipe for target 'all-pg_amcheck-recurse' failed > > Makefile:42: recip

Re: pgsql: Try to fix compiler warnings.

2021-03-12 Thread Robert Haas
On Fri, Mar 12, 2021 at 2:52 PM wrote: > > On 2021.03.12. 20:36 Robert Haas wrote: > > Try to fix compiler warnings. > > > > Per report from Peter Geoghegan. > > I had the same errors Peter reported. gcc 10.2 on debian. > > The compile stops with: > > In file included from ../../../src/include/p

Re: pgsql: Try to fix compiler warnings.

2021-03-12 Thread er
> On 2021.03.12. 20:36 Robert Haas wrote: > > > Try to fix compiler warnings. > > Per report from Peter Geoghegan. I had the same errors Peter reported. gcc 10.2 on debian. The compile stops with: In file included from ../../../src/include/postgres_fe.h:25, from pg_amche

pgsql: Try to fix compiler warnings.

2021-03-12 Thread Robert Haas
Try to fix compiler warnings. Per report from Peter Geoghegan. Discussion: http://postgr.es/m/CAH2-WznpwULZ3uJ1_6WXvNMXYbOy8k8tYs3r=qsdgmzerd6...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d60e61de4fb4a8e7ca88204c2c409e7380887d76 Modified File