This problem had nothing to do with the upgrades I made. There

Bruce Momjian <bruce@momjian.us>

Commit: dbf34c5c19f8f5ebfd0a27e5d83ffad57b283b9e
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-03-30T17:39:16Z
Releases: 7.1.1
This problem had nothing to do with the upgrades I made.  There
was a 2000 character buffer allocated for results, and the files
you refer to produce a 2765 byte column called formsource.  This
should not have worked with any version of libpgtcl.

Nevertheless, the limit is an artificial one, since there is no
need to use this intermediate buffer where it is being used and
abused.

Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>

Files

PathChange+/−
src/interfaces/libpgtcl/pgtclCmds.c modified +3 −3