Thread

Commits

  1. Add missing file to nls Makefile

  1. pg_dump/nls.mk is missing a file

    Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2023-11-30T03:00:09Z

    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
    
  2. Re: pg_dump/nls.mk is missing a file

    Daniel Gustafsson <daniel@yesql.se> — 2023-11-30T13:09:09Z

    > On 30 Nov 2023, at 04:00, Kyotaro Horiguchi <horikyota.ntt@gmail.com> 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 (and maybe there are
    more in the tree such that a bigger cleanup is possible?).
    
    --
    Daniel Gustafsson