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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 166ab9c8d343b51e6838d7b59194d32a0019242f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-01-29T16:07:04Z
Releases: 13.0
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.

Files

PathChange+/−
src/pl/plpgsql/src/Makefile modified +6 −0