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
- 0001-Fix-nls.mk-to-reflect-astreamer-files-relocation.patch (text/x-patch)
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
-
Fix nls.mk to reflect astreamer files relocation
- 12d6c727ca69 18.0 landed
-
Move astreamer (except astreamer_inject) to fe_utils.
- f80b09bac87d 18.0 cited