|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.32 1997/06/01 15:39:08 scrappy Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.33 1997/07/12 20:31:47 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -374,7 +374,7 @@ process_response_from_backend(FILE *pfin, FILE *pfout, FILE *pfdebug,
|
374 | 374 | PGconn*conn,
|
375 | 375 | PGresult**result_p,char*constreason) {
|
376 | 376 |
|
377 |
| -charid; |
| 377 | +intid; |
378 | 378 | /* The protocol character received from the backend. The protocol
|
379 | 379 | character is the first character in the backend's response to our
|
380 | 380 | query. It defines the nature of the response.
|
|