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

Commit58dc94a

Browse files
committed
Add missing prototype to suppress gcc warning.
1 parentf42b88d commit58dc94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/utils/builtins.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: builtins.h,v 1.166 2001/10/08 19:55:07 tgl Exp $
10+
* $Id: builtins.h,v 1.167 2001/10/13 16:34:08 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -588,6 +588,7 @@ extern Datum RI_FKey_setdefault_upd(PG_FUNCTION_ARGS);
588588
*/
589589
externDatumgetdatabaseencoding(PG_FUNCTION_ARGS);
590590
externDatumdatabase_character_set(PG_FUNCTION_ARGS);
591+
externDatumpg_client_encoding(PG_FUNCTION_ARGS);
591592
externDatumPG_encoding_to_char(PG_FUNCTION_ARGS);
592593
externDatumPG_char_to_encoding(PG_FUNCTION_ARGS);
593594
externDatumPG_character_set_name(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp