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

Commit8486921

Browse files
committed
Fix another const-decoration mismatch, per Magnus.
1 parenta894a83 commit8486921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/commands/schemacmds.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.13 2006/03/05 15:58:55 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.14 2006/04/09 22:01:19 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -24,6 +24,6 @@ extern void RemoveSchemaById(Oid schemaOid);
2424

2525
externvoidRenameSchema(constchar*oldname,constchar*newname);
2626
externvoidAlterSchemaOwner(constchar*name,OidnewOwnerId);
27-
externvoidAlterSchemaOwner_oid(constOidschemaOid,OidnewOwnerId);
27+
externvoidAlterSchemaOwner_oid(OidschemaOid,OidnewOwnerId);
2828

2929
#endif/* SCHEMACMDS_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp