Missing reflection in nls.mk from recent basebackup changes

Kyotaro Horiguchi <horikyota.ntt@gmail.com>

From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-08-06T01:21:23Z
Lists: pgsql-hackers

Attachments

Hello.

After a recent commit f80b09bac8, make update-po fails with "missing
required files". The commit moved some files to fe_utils but this
change was not reflected in pg_basebackup's nls.mk. The attached patch
fixes this issue.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Commits

  1. Fix nls.mk to reflect astreamer files relocation

  2. Move astreamer (except astreamer_inject) to fe_utils.