Skip to content

Commit 2583663

Browse files
committed
Brace cleanup.
1 parent 9545d66 commit 2583663

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bin/pg_dump/dumputils.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.23 2005/12/03 21:06:18 tgl Exp $
10+
* $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.24 2006/01/11 21:24:30 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -480,10 +480,8 @@ buildACLCommands(const char *name, const char *type,
480480
* If we didn't find any owner privs, the owner must have revoked 'em all
481481
*/
482482
if (!found_owner_privs && owner)
483-
{
484483
appendPQExpBuffer(firstsql, "REVOKE ALL ON %s %s FROM %s;\n",
485484
type, name, fmtId(owner));
486-
}
487485

488486
destroyPQExpBuffer(grantee);
489487
destroyPQExpBuffer(grantor);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy