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

From Tom Lane
Subject pgsql: Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Date
Msg-id E1kqlBo-0001ge-RT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Update comment atop of ReorderBufferQueueMessage().
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Multirange datatypes