From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, Peter Smith <smithpb2250(at)gmail(dot)com> |
Subject: | Re: shadow variables - pg15 edition |
Date: | 2022-10-05 22:50:27 |
Message-ID: | CAApHDvpCCXcw1LSPn0OWvMW=R+eh-d5=P=3FiKsipDhihMW72w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, 6 Oct 2022 at 10:40, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Your commit message said the last shadowed variable. But building with
> -Wshadow=compatible-local triggers a bunch of warnings for me (see trimmed at
> the end). Looks like it "only" fixed it for src/, without optional
> dependencies like gssapi and python.
Well, that's embarrassing. You're right. I only fixed the ones I saw
from running make in the base directory of the tree. I'll set about
fixing these nownow.
David
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2022-10-05 22:52:24 | Re: Move backup-related code to xlogbackup.c/.h |
Previous Message | David Rowley | 2022-10-05 22:46:28 | Re: shadow variables - pg15 edition |