pgsql-server/src/backend/utils/adt oracle_compat.c

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src/backend/utils/adt oracle_compat.c
Дата
Msg-id 20020822045505.CC5FF476760@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/08/22 00:55:05

Modified files:
    src/backend/utils/adt: oracle_compat.c

Log message:
    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


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/backend/utils/adt oracle_compat.c
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/doc/src/sgml func.sgml