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

Commita3fd7af

Browse files
committed
Remove "const" from convertTSFunction()'s return type.
There's no particular reason to mark it as such. The other convert*functions have no const either.
1 parentf712289 commita3fd7af

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
@@ -225,7 +225,7 @@ static char *format_function_signature(Archive *fout,
225225
staticchar*convertRegProcReference(Archive*fout,
226226
constchar*proc);
227227
staticchar*convertOperatorReference(Archive*fout,constchar*opr);
228-
staticconstchar*convertTSFunction(Archive*fout,OidfuncOid);
228+
staticchar*convertTSFunction(Archive*fout,OidfuncOid);
229229
staticOidfindLastBuiltinOid_V71(Archive*fout,constchar*);
230230
staticOidfindLastBuiltinOid_V70(Archive*fout);
231231
staticvoidselectSourceSchema(Archive*fout,constchar*schemaName);
@@ -11176,7 +11176,7 @@ convertOperatorReference(Archive *fout, const char *opr)
1117611176
* caller should ensure we are in the proper schema, because the results
1117711177
* are search path dependent!
1117811178
*/
11179-
staticconstchar*
11179+
staticchar*
1118011180
convertTSFunction(Archive*fout,OidfuncOid)
1118111181
{
1118211182
char*result;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp