mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Reindent Perl files with perltidy version 20170521.
Discussion: https://postgr.es/m/CABUevEzK3cNiHZQ18f5tK0guoT+cN_jWeVzhYYxY=r+1Q3SmoA@mail.gmail.com
This commit is contained in:
@ -43,9 +43,10 @@ template1
|
||||
'database names');
|
||||
|
||||
# Permissions on PGDATA should have group permissions
|
||||
SKIP:
|
||||
SKIP:
|
||||
{
|
||||
skip "unix-style permissions not supported on Windows", 1 if ($windows_os);
|
||||
skip "unix-style permissions not supported on Windows", 1
|
||||
if ($windows_os);
|
||||
|
||||
ok(check_mode_recursive($node_master->data_dir(), 0750, 0640),
|
||||
'check PGDATA permissions');
|
||||
|
Reference in New Issue
Block a user