Re: Enhance Makefiles to rebuild objects on map file changes

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Enhance Makefiles to rebuild objects on map file changes
Date: 2025-10-09 08:45:24
Message-ID: CANWCAZbbCcg=zyUckog2kh59Q67viZ2o_zyMcjeb7S2JNDCsBw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 9, 2025 at 10:46 AM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2025-10-09 08:59:58 Re: Improve pg_sync_replication_slots() to wait for primary to advance
Previous Message Amit Kapila 2025-10-09 08:43:48 Re: Improve pg_sync_replication_slots() to wait for primary to advance