Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2583663

Browse files
committed
Brace cleanup.
1 parent9545d66 commit2583663

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)

[8]ページ先頭

©2009-2025 Movatter.jp