Re: Cleanup some -I$(libpq_srcdir) in makefiles
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-29T21:54:45Z
Lists: pgsql-hackers
On Wed, 23 Dec 2020 at 18:07, Michael Paquier <michael@paquier.xyz> wrote: > While looking at a patch from David, I have noticed $subject: > https://www.postgresql.org/message-id/CAApHDvpgB+vxk=W6OPKidwzZEo6kniFQidNoMzR8P4ROtyky2w@mail.gmail.com > > adminpack and old_snapshot have no need for those references as they > don't use libpq. Any objections to a small-ish cleanup that removes > those references, as per the attached? I think these can be safely removed. In case they have an opinion on this, I've included Tom and Robert as the authors of 629b3af2 and aecf5ee2. David
Commits
-
Remove references to libpq_srcdir in adminpack and old_snapshot
- 107a2d4204ff 14.0 landed