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

Commit1297126

Browse files
committed
Fix mistaken error code assignments, per Peter's note 7/28/03.
1 parentd7d7d7f commit1297126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/utils/errcodes.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* Copyright (c) 2003, PostgreSQL Global Development Group
1313
*
14-
* $Id: errcodes.h,v 1.2 2003/07/27 21:49:54 tgl Exp $
14+
* $Id: errcodes.h,v 1.3 2003/07/31 21:34:18 tgl Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -110,9 +110,9 @@
110110
#define ERRCODE_INVALID_REGULAR_EXPRESSIONMAKE_SQLSTATE('2','2', '0','1','B')
111111
#define ERRCODE_INVALID_TIME_ZONE_DISPLACEMENT_VALUEMAKE_SQLSTATE('2','2', '0','0','9')
112112
#define ERRCODE_INVALID_USE_OF_ESCAPE_CHARACTERMAKE_SQLSTATE('2','2', '0','0','C')
113-
#define ERRCODE_MOST_SPECIFIC_TYPE_MISMATCHMAKE_SQLSTATE('2','2', '0','0','2')
113+
#define ERRCODE_MOST_SPECIFIC_TYPE_MISMATCHMAKE_SQLSTATE('2','2', '0','0','G')
114114
#define ERRCODE_NULL_VALUE_NOT_ALLOWEDMAKE_SQLSTATE('2','2', '0','0','4')
115-
#define ERRCODE_NULL_VALUE_NO_INDICATOR_PARAMETERMAKE_SQLSTATE('2','2', '0','0','G')
115+
#define ERRCODE_NULL_VALUE_NO_INDICATOR_PARAMETERMAKE_SQLSTATE('2','2', '0','0','2')
116116
#define ERRCODE_NUMERIC_VALUE_OUT_OF_RANGEMAKE_SQLSTATE('2','2', '0','0','3')
117117
#define ERRCODE_STRING_DATA_LENGTH_MISMATCHMAKE_SQLSTATE('2','2', '0','2','6')
118118
#define ERRCODE_STRING_DATA_RIGHT_TRUNCATIONMAKE_SQLSTATE('2','2', '0','0','1')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp