Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d7506a

Browse files
committed
Fix missing installation/uninstallation rules for BackgroundPsql.pm
Commitd5fd786 backported BackgroundPsql perl module module withhelper functions for tests running interactive or background psqltasks to PG 12 to 15, but did not add installation/uninstallationrules of the build system, causing problems running TAP tests for theextensions.Author: Pavan Deolasee <pavan.deolasee@gmail.com>Discussion:https://www.postgresql.org/message-id/CABOikdPmRuZrcf_gtgXmQzZ5Tbg9yUJmqXDCAZ2aW%3DWi-PbDyQ%40mail.gmail.com
1 parent4df767c commit9d7506a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/test/perl/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ install: all installdirs
2323
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/SimpleTee.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
2424
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/RecursiveCopy.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
2525
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/Cluster.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
26+
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Test/BackgroundPsql.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
2627
$(INSTALL_DATA)$(srcdir)/PostgreSQL/Version.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
2728

2829
uninstall:
2930
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Utils.pm'
3031
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
3132
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
3233
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
34+
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
3335
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
3436

3537
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp