projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f60b81
)
column and tuple numbers should be int not size_t.
author
Tom Lane
<
[email protected]
>
Fri, 29 Dec 2000 22:46:37 +0000
(22:46 +0000)
committer
Tom Lane
<
[email protected]
>
Fri, 29 Dec 2000 22:46:37 +0000
(22:46 +0000)
src/interfaces/libpgtcl/pgtclCmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpgtcl/pgtclCmds.c
b/src/interfaces/libpgtcl/pgtclCmds.c
index 8eb8d27e886b45ac9be607d53b33ed01cf75b459..4ffccdfe9a52149e9b9364237dc619d10b7b46c1 100644
(file)
--- a/
src/interfaces/libpgtcl/pgtclCmds.c
+++ b/
src/interfaces/libpgtcl/pgtclCmds.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.5
1 2000/12/03 20:45:39
tgl Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.5
2 2000/12/29 22:46:37
tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@
-1648,7
+1648,7
@@
Pg_select(ClientData cData, Tcl_Interp *interp, int argc, char **argv)
PGresult *result;
int r,
retval;
-
size_t
tupno,
+
int
tupno,
column,
ncols;
Tcl_DString headers;