Re: make update-po problem with USE_PGXS

2021-11-14 Thread Peter Eisentraut
On 01.11.21 04:56, wangsh.f...@fujitsu.com wrote: I'm developing an extension, after modifying some source file(add some message like gettext('x')) and execute $ make USE_PGXS=1 update-po make: Nothing to be done for 'update-po'. I feel strange because I think *.po.new files should be creat

make update-po problem with USE_PGXS

2021-10-31 Thread wangsh.f...@fujitsu.com
Hi, I'm developing an extension, after modifying some source file(add some message like gettext('x')) and execute > $ make USE_PGXS=1 update-po > make: Nothing to be done for 'update-po'. I feel strange because I think *.po.new files should be created. After some research, I find in $pginst