1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

Re-pgindent src/bin/pg_dump/*

Cleanup for recent patches --- it's not much change, but I got annoyed
while re-indenting the view-rule fix I'm working on.
This commit is contained in:
Tom Lane
2016-11-17 14:36:59 -05:00
parent f65b94f639
commit fcf70e0dbc
3 changed files with 29 additions and 18 deletions

View File

@@ -2108,7 +2108,9 @@ _discoverArchiveFormat(ArchiveHandle *AH)
if (strncmp(sig, "PGDMP", 5) == 0)
{
int byteread;
char vmaj, vmin, vrev;
char vmaj,
vmin,
vrev;
/*
* Finish reading (most of) a custom-format header.
@@ -3563,7 +3565,9 @@ ReadHead(ArchiveHandle *AH)
*/
if (!AH->readHeader)
{
char vmaj, vmin, vrev;
char vmaj,
vmin,
vrev;
(*AH->ReadBufPtr) (AH, tmpMag, 5);