Add a getter function for a PostgresNode install_path
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:08 +0000 (05:58 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:08 +0000 (05:58 -0400)
commit87076c40834c2971f073f69be33a5f95ffa8f8a1
treebd52eca77bed484a8ff47aef529d515e9c6d0e97
parent1e8d89f8800e0aaafc66e87e8e5fedf5dbd038cf
Add a getter function for a PostgresNode install_path

Experience has shown this can be useful, and while not strictly necessary
we should not normally expose the internals of PostgresNode objects.
src/test/perl/PostgresNode.pm