Re: Enhance Makefiles to rebuild objects on map file changes - Mailing list pgsql-hackers

From John Naylor
Subject Re: Enhance Makefiles to rebuild objects on map file changes
Date
Msg-id CANWCAZbbCcg=zyUckog2kh59Q67viZ2o_zyMcjeb7S2JNDCsBw@mail.gmail.com
Whole thread Raw
In response to Re: Enhance Makefiles to rebuild objects on map file changes  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: Enhance Makefiles to rebuild objects on map file changes
List pgsql-hackers
On Thu, Oct 9, 2025 at 10:46 AM Chao Li <li.evan.chao@gmail.com> wrote:
> I just tried meson build, it seems to only rebuild the corresponding libs without rebuilding Postgres binaries:

> Is that expected? I think we need Postgres executables to be rebuilt then we can run tests.

Dynamic shared objects are loaded at runtime, so I don't see why the
calling executables need to be rebuilt in this case.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Improve pg_sync_replication_slots() to wait for primary to advance
Next
From: shveta malik
Date:
Subject: Re: Improve pg_sync_replication_slots() to wait for primary to advance