pg_dump/nls.mk is missing a file - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject pg_dump/nls.mk is missing a file
Date
Msg-id 20231130.120009.1370713511317755874.horikyota.ntt@gmail.com
Whole thread Raw
Responses Re: pg_dump/nls.mk is missing a file
List pgsql-hackers
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 correct these issues.

For Meson, on the other hand, I believe there is nothing in particular
that needs to be done.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pg_upgrade and logical replication
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Is this a problem in GenericXLogFinish()?