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

Commitd6b043e

Browse files
committed
Fix buffer clearing bug.
1 parent62c35b3 commitd6b043e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*by PostgreSQL
1313
*
1414
* IDENTIFICATION
15-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.315 2003/01/23 23:39:01 petere Exp $
15+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.316 2003/02/11 21:06:58 petere Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -5047,7 +5047,7 @@ dumpACL(Archive *fout, const char *type, const char *name,
50475047
*/
50485048
if (!found_owner_privs&&owner)
50495049
{
5050-
appendPQExpBuffer(sql,"REVOKE ALL ON %s %s FROM %s;\n",
5050+
printfPQExpBuffer(sql,"REVOKE ALL ON %s %s FROM %s;\n",
50515051
type,name,fmtId(owner));
50525052
MKENTRY(owner,sql->data);
50535053
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp