pgsql: Fix nls.mk to reflect astreamer files relocation - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix nls.mk to reflect astreamer files relocation
Date
Msg-id E1sddle-003uKA-SJ@gemulon.postgresql.org
Whole thread Raw
List 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.ntt@gmail.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Next
From: Alvaro Herrera
Date:
Subject: pgsql: libpq: Trace frontend authentication challenges