pgsql: Teach plpgsql's "make clean" to remove generated test files.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Teach plpgsql's "make clean" to remove generated test files.
Date: 2020-01-29 16:07:12
Message-ID: E1iwps0-0005gS-QF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teach plpgsql's "make clean" to remove generated test files.

Copy the rules that src/test/regress/GNUmakefile uses for this purpose.
Since these files are .gitignore'd, the mistake wasn't obvious unless
you happened to look at "git status --ignored" in an allegedly clean
tree.

Oversight in commit 1858b105b. No need for back-patch since that's
not in the back branches.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/166ab9c8d343b51e6838d7b59194d32a0019242f

Modified Files
--------------
src/pl/plpgsql/src/Makefile | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-01-29 23:43:16 pgsql: Invent "trusted" extensions, and remove the pg_pltemplate catalo
Previous Message Robert Haas 2020-01-29 15:53:06 pgsql: Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.