summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-05-02 09:41:03 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-05-02 09:41:03 +0200
commit7039c7cff6736780c3bbb41a90a6dfea0f581ad2 (patch)
tree15b025d4c3780e6ac6ac79046f728d867132017a
parent8961cb9a0315fa23458587b3df547ca8d8e00f85 (diff)
downloadpostgresql-7039c7cff6736780c3bbb41a90a6dfea0f581ad2.tar.gz
Add missing uninstallation rule for BackgroundPsql.pm
Commit a4c17c8617 added in the install rule but not the uninstall rule.
-rw-r--r--src/test/perl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/perl/Makefile b/src/test/perl/Makefile
index 7d7fef262d..435b45a6cc 100644
--- a/src/test/perl/Makefile
+++ b/src/test/perl/Makefile
@@ -31,6 +31,7 @@ uninstall:
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
+ rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
endif