Re: pg_dump/nls.mk is missing a file

2023-11-30 Thread Daniel Gustafsson
> On 30 Nov 2023, at 04:00, Kyotaro Horiguchi wrote: > Upon reviewing my translation, I discovered that filter.c was not > included in the nls.mk of pg_dump. Fixed. I did leave the other headers in there since I don't feel comfortable with changing that part in an otherwise unrelated thread (an

pg_dump/nls.mk is missing a file

2023-11-29 Thread Kyotaro Horiguchi
Hello. Upon reviewing my translation, I discovered that filter.c was not included in the nls.mk of pg_dump. Additional it appears that two '.h' files have been included for a long time, but they seem unnecessary as their removal does not affect the results. The attached patch is intended to correc