aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-22 04:55:05 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-22 04:55:05 +0000
commitd86dee3eddfaec1f2faddc5b807f2b13d58adcdd (patch)
tree922ad18695aeafb5709e5c83be388335a270499f /src/test
parentcbe733d7527058300f325d7b3f8fec4aa4ffe3de (diff)
downloadpostgresql-d86dee3eddfaec1f2faddc5b807f2b13d58adcdd.tar.gz
postgresql-d86dee3eddfaec1f2faddc5b807f2b13d58adcdd.zip
This patch should fix the problem. Doesn't include my previous patch
for repeat(). Again, somewhat off-the-cuff, so I might have missed something... test=# select lpad('xxxxx',1431655765,'yyyyyyyyyyyyyyyy'); ERROR: Requested length too large test=# select rpad('xxxxx',1431655765,'yyyyyyyyyyyyyyyy'); ERROR: Requested length too large (That's on a Unicode DB, haven't tested other encodings but AFAICT this fix should still work.) Neil Conway
Diffstat (limited to 'src/test')
0 files changed, 0 insertions, 0 deletions