Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4135ad

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 of const char *pgresStatus[] match the ExecStatusType enum.
1 parent e4dccfd commit e4135ad

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)