Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d8421390
Commit
d8421390
authored
Jun 30, 2018
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perltidy run prior to branching
parent
1e9c8580
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
30 additions
and
27 deletions
+30
-27
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_basebackup/t/010_pg_basebackup.pl
+4
-1
src/test/ssl/ServerSetup.pm
src/test/ssl/ServerSetup.pm
+1
-1
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/MSBuildProject.pm
+6
-6
src/tools/msvc/Solution.pm
src/tools/msvc/Solution.pm
+8
-8
src/tools/msvc/VCBuildProject.pm
src/tools/msvc/VCBuildProject.pm
+3
-3
src/tools/msvc/VSObjectFactory.pm
src/tools/msvc/VSObjectFactory.pm
+1
-1
src/tools/msvc/builddoc.pl
src/tools/msvc/builddoc.pl
+1
-1
src/tools/msvc/dummylib/Win32/Registry.pm
src/tools/msvc/dummylib/Win32/Registry.pm
+1
-1
src/tools/msvc/dummylib/Win32API/File.pm
src/tools/msvc/dummylib/Win32API/File.pm
+5
-5
No files found.
src/bin/pg_basebackup/t/010_pg_basebackup.pl
View file @
d8421390
...
...
@@ -552,7 +552,10 @@ rmtree("$tempdir/backup_corrupt3");
# do not verify checksums, should return ok
$node
->
command_ok
(
[
'
pg_basebackup
',
'
-D
',
"
$tempdir
/backup_corrupt4
",
'
--no-verify-checksums
'
],
[
'
pg_basebackup
',
'
-D
',
"
$tempdir
/backup_corrupt4
",
'
--no-verify-checksums
'
],
'
pg_basebackup with -k does not report checksum mismatch
');
rmtree
("
$tempdir
/backup_corrupt4
");
...
...
src/test/ssl/ServerSetup.pm
View file @
d8421390
...
...
@@ -182,4 +182,4 @@ sub configure_hba_for_ssl
return
;
}
1
;
\ No newline at end of file
1
;
src/tools/msvc/MSBuildProject.pm
View file @
d8421390
...
...
@@ -11,7 +11,7 @@ use strict;
use
warnings
;
use
base
qw(Project)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
_new
{
...
...
@@ -401,7 +401,7 @@ use strict;
use
warnings
;
use
base
qw(MSBuildProject)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -424,7 +424,7 @@ use strict;
use
warnings
;
use
base
qw(MSBuildProject)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -470,7 +470,7 @@ use strict;
use
warnings
;
use
base
qw(VC2012Project)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -495,7 +495,7 @@ use strict;
use
warnings
;
use
base
qw(VC2012Project)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -520,7 +520,7 @@ use strict;
use
warnings
;
use
base
qw(VC2012Project)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
src/tools/msvc/Solution.pm
View file @
d8421390
...
...
@@ -10,7 +10,7 @@ use strict;
use
warnings
;
use
VSObjectFactory
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
_new
{
...
...
@@ -770,7 +770,7 @@ use strict;
use
warnings
;
use
base
qw(Solution)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -795,7 +795,7 @@ use strict;
use
warnings
;
use
base
qw(Solution)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -821,7 +821,7 @@ use strict;
use
warnings
;
use
base
qw(Solution)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -847,7 +847,7 @@ use strict;
use
warnings
;
use
base
qw(Solution)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -873,7 +873,7 @@ use strict;
use
warnings
;
use
base
qw(Solution)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -901,7 +901,7 @@ use strict;
use
warnings
;
use
base
qw(Solution)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -929,7 +929,7 @@ use strict;
use
warnings
;
use
base
qw(Solution)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
src/tools/msvc/VCBuildProject.pm
View file @
d8421390
...
...
@@ -11,7 +11,7 @@ use strict;
use
warnings
;
use
base
qw(Project)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
_new
{
...
...
@@ -270,7 +270,7 @@ use strict;
use
warnings
;
use
base
qw(VCBuildProject)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
@@ -293,7 +293,7 @@ use strict;
use
warnings
;
use
base
qw(VCBuildProject)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
new
{
...
...
src/tools/msvc/VSObjectFactory.pm
View file @
d8421390
...
...
@@ -20,7 +20,7 @@ our (@ISA, @EXPORT);
@ISA
=
qw(Exporter)
;
@EXPORT
=
qw(CreateSolution CreateProject DetermineVisualStudioVersion)
;
no
warnings
qw(redefine)
;
## no critic
no
warnings
qw(redefine)
;
## no critic
sub
CreateSolution
{
...
...
src/tools/msvc/builddoc.pl
View file @
d8421390
...
...
@@ -107,7 +107,7 @@ sub renamefiles
move
$f
,
$nf
;
}
chdir
$savedir
;
return
;
return
;
}
sub
missing
...
...
src/tools/msvc/dummylib/Win32/Registry.pm
View file @
d8421390
...
...
@@ -6,7 +6,7 @@ use warnings;
use
vars
qw($HKEY_LOCAL_MACHINE)
;
use
Exporter
();
our
(
@EXPORT
,
@ISA
);
our
(
@EXPORT
,
@ISA
);
@ISA
=
qw(Exporter)
;
@EXPORT
=
qw($HKEY_LOCAL_MACHINE)
;
...
...
src/tools/msvc/dummylib/Win32API/File.pm
View file @
d8421390
...
...
@@ -3,12 +3,12 @@ package Win32API::File;
use
strict
;
use
warnings
;
use
constant
{
SEM_FAILCRITICALERRORS
=>
1
,
SEM_NOGPFAULTERRORBOX
=>
2
};
sub
SetErrormode
{
};
use
constant
{
SEM_FAILCRITICALERRORS
=>
1
,
SEM_NOGPFAULTERRORBOX
=>
2
};
sub
SetErrormode
{
}
use
Exporter
;
our
(
@ISA
,
@EXPORT_OK
,
%
EXPORT_TAGS
);
@ISA
=
qw(Exporter)
;
@EXPORT_OK
=
qw(SetErrorMode SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX)
;
our
(
@ISA
,
@EXPORT_OK
,
%
EXPORT_TAGS
);
@ISA
=
qw(Exporter)
;
@EXPORT_OK
=
qw(SetErrorMode SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX)
;
%
EXPORT_TAGS
=
(
SEM_
=>
[
qw(SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX)
]);
1
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment