diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-22 04:55:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-22 04:55:05 +0000 |
commit | d86dee3eddfaec1f2faddc5b807f2b13d58adcdd (patch) | |
tree | 922ad18695aeafb5709e5c83be388335a270499f /src/test | |
parent | cbe733d7527058300f325d7b3f8fec4aa4ffe3de (diff) | |
download | postgresql-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