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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Date: 2020-12-19 22:59:04
Message-ID: E1kqlBo-0001ge-RT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2020-12-20 04:21:16 pgsql: Multirange datatypes
Previous Message Amit Kapila 2020-12-19 04:47:23 pgsql: Update comment atop of ReorderBufferQueueMessage().