Skip to content

Commit d6b043e

Browse files
committed
Fix buffer clearing bug.
1 parent 62c35b3 commit d6b043e

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)
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