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

Commitbdbb2ce

Browse files
committed
Install PostgresVersion.pm
A lamentable oversight on my part meant that when PostgresVersion.pm wasadded in commit4c4eaf3 provision to install it was not added to theMakefile, so it was not installed along with the other perl modules.
1 parent6d59a21 commitbdbb2ce

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,11 +23,13 @@ install: all installdirs
2323
$(INSTALL_DATA)$(srcdir)/SimpleTee.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/SimpleTee.pm'
2424
$(INSTALL_DATA)$(srcdir)/RecursiveCopy.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/RecursiveCopy.pm'
2525
$(INSTALL_DATA)$(srcdir)/PostgresNode.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresNode.pm'
26+
$(INSTALL_DATA)$(srcdir)/PostgresVersion.pm'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresVersion.pm'
2627

2728
uninstall:
2829
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/TestLib.pm'
2930
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/SimpleTee.pm'
3031
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/RecursiveCopy.pm'
3132
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresNode.pm'
33+
rm -f'$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresVersion.pm'
3234

3335
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp