Files
postgresql/src
Andrew Dunstan 7a387f513d Make PostgreSQL::Test::Cluster::config_data more flexible
Currently this only allows for one argument, which must be present, and
always returns a single string. With this change the following now all
work:

  $all_config = $node->config_data;
  %config_map = ($node->config_data);
  $incdir = $node->config_data('--include-dir');
  ($incdir, $sharedir) = $node->config_data(
      qw(--include-dir --share-dir));

Backpatch to release 15 where this was introduced.

Discussion: https://postgr.es/m/73eea68e-3b6f-5f63-6024-25ed26b52016@dunslane.net

Reviewed by Tom Lane, Alvaro Herrera, Michael Paquier.
2022-11-13 09:02:05 -05:00
..
2022-11-11 12:46:11 -08:00
2022-11-07 19:22:54 +01:00
2022-11-07 14:04:05 +01:00
2022-03-25 08:56:02 +01:00
2022-11-07 14:04:05 +01:00
2022-01-07 19:04:57 -05:00