Thread: pgsql: Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.

pgsql: Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.

From
Tom Lane
Date:
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.

Commit 257836a75 added the "locale" subdirectory to SUBDIRS,
but neglected to remove it from ALWAYS_SUBDIRS.  This oversight
had no functional effect because the filter-out function would
remove it anyway.  Still, it's confusing to readers to list a
subdirectory in both places, especially because it makes the
associated comment into a partial lie.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/08b01d4dd982b491a2f9641804b368185b8f4c53

Modified Files
--------------
src/test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)