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

Commit7a196ba

Browse files
committed
Suppress gcc warnings.
1 parentf5e8366 commit7a196ba

File tree

1 file changed

+3
-3
lines changed
  • src/backend/utils/adt

1 file changed

+3
-3
lines changed

‎src/backend/utils/adt/acl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.85 2003/01/23 23:39:01 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.86 2003/01/24 21:53:29 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -491,9 +491,9 @@ acldefault(GrantObjectType objtype, AclId ownerid)
491491
Acl*
492492
aclinsert3(constAcl*old_acl,constAclItem*mod_aip,unsignedmodechg,DropBehaviorbehavior)
493493
{
494-
Acl*new_acl;
494+
Acl*new_acl=NULL;
495495
AclItem*old_aip,
496-
*new_aip;
496+
*new_aip=NULL;
497497
intdst,
498498
num;
499499

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp