Buf fix: update-po for PGXS does not work

From: "Ryo Matsumura (Fujitsu)" <matsumura(dot)ryo(at)fujitsu(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Buf fix: update-po for PGXS does not work
Date: 2023-10-27 19:07:36
Message-ID: TYCPR01MB113164770FB0B0BE6ED21E68EE8DCA@TYCPR01MB11316.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
update-po-test.tar.gz application/x-gzip 1.1 KB
fix-update-pgxs-po.patch application/octet-stream 940 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-10-27 19:32:26 Re: race condition in pg_class
Previous Message Noah Misch 2023-10-27 18:48:32 Re: race condition in pg_class