pgsql: Fix nls.mk to reflect astreamer files relocation

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix nls.mk to reflect astreamer files relocation
Date: 2024-08-12 22:43:58
Message-ID: E1sddle-003uKA-SJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix nls.mk to reflect astreamer files relocation

In the recent commit f80b09bac8, astreamer files were moved to another
directory, but this change was not reflected in nls.mk. This commit
corrects that oversight.

Author: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Discussion: https://postgr.es/m/20240806.102123.648178476296575604.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12d6c727ca6988462651c525e197601c4c0f8745

Modified Files
--------------
src/bin/pg_basebackup/nls.mk | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-08-12 23:14:20 pgsql: libpq: Trace frontend authentication challenges
Previous Message Michael Paquier 2024-08-12 22:30:28 Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe