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

Commit995ccad

Browse files
committed
Minor cleanup.
1 parentb111331 commit995ccad

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
/* -----------------------------------------------------------------------
32
* ascii.c
43
*
5-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.4 2000/08/26 21:56:23 tgl Exp $
4+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.5 2000/10/25 19:36:03 tgl Exp $
65
*
76
* Portions Copyright (c) 1999-2000, PostgreSQL, Inc
87
*
@@ -20,7 +19,7 @@
2019
#include"utils/ascii.h"
2120

2221
/* ----------
23-
* even if MULTIBYTE is not enabled, these functionsare necessary
22+
* even if MULTIBYTE is not enabled, these functionsmust exist
2423
* since pg_proc.h has references to them.
2524
* ----------
2625
*/
@@ -29,9 +28,9 @@
2928
staticvoidmultibyte_error(void);
3029

3130
staticvoid
32-
multibyte_error()
31+
multibyte_error(void)
3332
{
34-
elog(ERROR,"multibytenotsupported.");
33+
elog(ERROR,"Multi-byte support isnotenabled");
3534
}
3635

3736
Datum
@@ -59,11 +58,6 @@ to_ascii_default(PG_FUNCTION_ARGS)
5958
#else/* with MULTIBYTE */
6059

6160

62-
/* ----------
63-
* even if MULTIBYTE is enabled
64-
* ----------
65-
*/
66-
6761
statictext*encode_to_ascii(text*data,intenc);
6862

6963
/* ----------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp