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

Commit87076c4

Browse files
committed
Add a getter function for a PostgresNode install_path
Experience has shown this can be useful, and while not strictly necessarywe should not normally expose the internals of PostgresNode objects.
1 parent1e8d89f commit87076c4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎src/test/perl/PostgresNode.pm

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,20 @@ sub backup_dir
302302

303303
=pod
304304
305+
=item$node->install_path()
306+
307+
The configured install path (if any) for the node.
308+
309+
=cut
310+
311+
subinstall_path
312+
{
313+
my ($self) =@_;
314+
return$self->{_install_path};
315+
}
316+
317+
=pod
318+
305319
=item$node->info()
306320
307321
Return a string containing human-readable diagnostic information (paths, etc)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp