]> granicus.if.org Git - postgresql/commit
Add filter capability to RecursiveCopy::copypath
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 9 Mar 2016 21:00:31 +0000 (18:00 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 9 Mar 2016 21:00:31 +0000 (18:00 -0300)
commita31aaec40643e0074f30b1683953cb0b3ea27036
treedddc213e24de423354164b08e4deb7ededd2c706
parenta298a1e06fb0574c898a07761f9f86c2a323919e
Add filter capability to RecursiveCopy::copypath

This allows skipping copying certain files and subdirectories in tests.
This is useful in some circumstances such as copying a data directory;
future tests want this feature.

Also POD-ify the module.

Authors: Craig Ringer, Pallavi Sontakke
Reviewed-By: Álvaro Herrera
src/test/perl/RecursiveCopy.pm