mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.19 2001/10/25 05:49:52 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.20 2001/10/28 06:25:58 momjian Exp $
|
||||
*
|
||||
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au
|
||||
*
|
||||
@ -699,7 +699,7 @@ _LoadBlobs(ArchiveHandle *AH, RestoreOptions *ropt)
|
||||
|
||||
StartRestoreBlobs(AH);
|
||||
|
||||
th = tarOpen(AH, NULL, 'r'); /* Open next file */
|
||||
th = tarOpen(AH, NULL, 'r'); /* Open next file */
|
||||
while (th != NULL)
|
||||
{
|
||||
ctx->FH = th;
|
||||
@ -1020,7 +1020,7 @@ static void
|
||||
_tarAddFile(ArchiveHandle *AH, TAR_MEMBER *th)
|
||||
{
|
||||
lclContext *ctx = (lclContext *) AH->formatData;
|
||||
FILE *tmp = th->tmpFH; /* Grab it for convenience */
|
||||
FILE *tmp = th->tmpFH; /* Grab it for convenience */
|
||||
char buf[32768];
|
||||
int cnt;
|
||||
int len = 0;
|
||||
|
Reference in New Issue
Block a user