Add missing uninstallation rule for BackgroundPsql.pm
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 2 May 2023 07:41:03 +0000 (09:41 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 2 May 2023 07:41:03 +0000 (09:41 +0200)
Commit a4c17c8617 added in the install rule but not the uninstall
rule.

src/test/perl/Makefile

index 7d7fef262d58cb67049076fe52c69d325447d628..435b45a6cc568215fd924460e9195a25e4aed8ff 100644 (file)
@@ -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