OSDN Git Service

Remove unnecessary limitations on lengths of bpchar and varchar constants.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Mar 2000 01:54:07 +0000 (01:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Mar 2000 01:54:07 +0000 (01:54 +0000)
commit57cf09591b4140773433f1b3ed5dc998ba2668a4
treefcc7431d3d945f9a7b22433af0a26d46b7cec0bd
parenta84c95634e2c90e262f9634d83f6d2f258692612
Remove unnecessary limitations on lengths of bpchar and varchar constants.
Since we detect oversize tuples elsewhere, I see no reason not to allow
string constants that are 'too long' --- after all, they might never get
stored in a tuple at all.
src/backend/utils/adt/varchar.c