Buf fix: update-po for PGXS does not work
Ryo Matsumura (Fujitsu) <matsumura.ryo@fujitsu.com>
From: "Ryo Matsumura (Fujitsu)" <matsumura.ryo@fujitsu.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2023-10-27T19:07:36Z
Lists: pgsql-hackers
Attachments
- update-po-test.tar.gz (application/x-gzip)
- fix-update-pgxs-po.patch (application/octet-stream)
Hi hackers, I found that 'make update-po' for PGXS does not work. Even if execute 'make update-po', but xx.po.new is not generated. I don't test and check for meson build system, but I post it tentatively. I attached patch and test set. 'update-po' tries to find *.po files $top_srcdir, but there is no po-file in PGXS system because $top_srcdir is install directory. Please check it. Thank you. Best Regards Ryo Matsumura