Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8d89f commit 87076c4Copy full SHA for 87076c4
src/test/perl/PostgresNode.pm
@@ -302,6 +302,20 @@ sub backup_dir
302
303
=pod
304
305
+=item $node->install_path()
306
+
307
+The configured install path (if any) for the node.
308
309
+=cut
310
311
+sub install_path
312
+{
313
+ my ($self) = @_;
314
+ return $self->{_install_path};
315
+}
316
317
+=pod
318
319
=item $node->info()
320
321
Return a string containing human-readable diagnostic information (paths, etc)
0 commit comments