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

Commite4135ad

Browse files
committed
From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
The following patch is to src/interfaces/libpq of postgresql-6.3.The purpose of the patch is to make the initialization ofconst char *pgresStatus[] match the ExecStatusType enum.
1 parente4dccfd commite4135ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/interfaces/libpq/fe-exec.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.47 1998/02/26 04:45:07 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.48 1998/03/15 08:11:11 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -51,6 +51,8 @@ const char *pgresStatus[] = {
5151
"PGRES_EMPTY_QUERY",
5252
"PGRES_COMMAND_OK",
5353
"PGRES_TUPLES_OK",
54+
"PGRES_COPY_OUT",
55+
"PGRES_COPY_IN",
5456
"PGRES_BAD_RESPONSE",
5557
"PGRES_NONFATAL_ERROR",
5658
"PGRES_FATAL_ERROR"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp