Function quote_literal broken in CATALOG_VERSION_NO 200707251

Поиск
Список
Период
Сортировка
От Jignesh K. Shah
Тема Function quote_literal broken in CATALOG_VERSION_NO 200707251
Дата
Msg-id 46C9E7B0.5020306@sun.com
обсуждение исходный текст
Ответы Re: Function quote_literal broken in CATALOG_VERSION_NO 200707251
Список pgsql-hackers
Just FYI:

I took the latest snapshot CATALOG_VERSION_NO 200707251  and function 
quote_literal throws an error:

# select quote_literal(1);
2007-08-20 18:50:17 PDT ERROR:  function quote_literal(integer) does not 
exist at character 8
2007-08-20 18:50:17 PDT HINT:  No function matches the given name and 
argument types. You might need to add explicit type casts.
2007-08-20 18:50:17 PDT STATEMENT:  select quote_literal(1);
ERROR:  function quote_literal(integer) does not exist
LINE 1: select quote_literal(1);


I went back to an older snapshot CATALOG_VERSION_NO 200705211 and it 
works with the same SunStudio compiler and options:

postgres=# select quote_literal(1);quote_literal
---------------'1'
(1 row)


-Jignesh



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Status of 8.3 patches
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Status of 8.3 patches