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

Commita4c17c8

Browse files
Fix missing installation rules for BackgroundPsql.pm
Commit664d757 added the BackgroundPsql module with helper functionsfor tests running interactive or background psql tasks. The new modulewas however not added to the install rules of the build systems.Reported-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/c0ba3008-dbc8-e53f-29f2-2e9abe72b2a2@enterprisedb.com
1 parent828e93a commita4c17c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/test/perl/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ 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:

‎src/test/perl/meson.build‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ install_data(
1111
'PostgreSQL/Test/SimpleTee.pm',
1212
'PostgreSQL/Test/RecursiveCopy.pm',
1313
'PostgreSQL/Test/Cluster.pm',
14+
'PostgreSQL/Test/BackgroundPsql.pm',
1415
install_dir: dir_pgxs/'src/test/perl/PostgreSQL/Test')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp