Re: pgsql: Refactor background psql TAP functions - Mailing list pgsql-committers

From Damir Belyalov
Subject Re: pgsql: Refactor background psql TAP functions
Date
Msg-id CALH1Lgui397s_4AXWm1ZO_uCLOUVL1HAa0TO9CbdMy1kvokkzA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Refactor background psql TAP functions  (Daniel Gustafsson <dgustafsson@postgresql.org>)
Responses Re: pgsql: Refactor background psql TAP functions  (Daniel Gustafsson <dgustafsson@postgresql.org>)
List pgsql-committers
Hello!

There is another perl module: AdjustUpgrade.pm that is not in Makefile. Do we need it?

        $(INSTALL_DATA) $(srcdir)/PostgreSQL/Test/RecursiveCopy.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
        $(INSTALL_DATA) $(srcdir)/PostgreSQL/Test/Cluster.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
        $(INSTALL_DATA) $(srcdir)/PostgreSQL/Test/BackgroundPsql.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
+       $(INSTALL_DATA) $(srcdir)/PostgreSQL/Test/BackgroundPsql.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/AdjustUpgrade.pm'
        $(INSTALL_DATA) $(srcdir)/PostgreSQL/Version.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
 
 uninstall:
@@ -32,6 +33,7 @@ uninstall:
        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/Test/AdjustUpgrade.pm'
        rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'


Regards,
Damir Belyalov
Postgres Professional

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Ensure Soundex difference() function handles empty input sanely.
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Refactor background psql TAP functions