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

Commit6ead466

Browse files
committed
Minor code cleanup (cast away const-ness)
1 parentc74257e commit6ead466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/common.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.46 2000/09/15 04:35:16 pjw Exp $
11+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.47 2000/09/15 04:57:09 pjw Exp $
1212
*
1313
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
1414
*
@@ -79,7 +79,7 @@ findTypeByOid(TypeInfo *tinfo, int numTypes, const char *oid, OidOptions opts)
7979
{
8080
if (strcmp(tinfo[i].oid,oid)==0) {
8181
if ( (opts&useBaseTypeName)!=0 ) {
82-
returnfmtId(tinfo[i].typname, false);
82+
return(char*)fmtId(tinfo[i].typname, false);
8383
}else {
8484
returntinfo[i].typedefn;
8585
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp