Function quote_literal broken in CATALOG_VERSION_NO 200707251 - Mailing list pgsql-hackers

From Jignesh K. Shah
Subject Function quote_literal broken in CATALOG_VERSION_NO 200707251
Date
Msg-id 46C9E7B0.5020306@sun.com
Whole thread Raw
Responses Re: Function quote_literal broken in CATALOG_VERSION_NO 200707251  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Status of 8.3 patches
Next
From: Heikki Linnakangas
Date:
Subject: Re: Status of 8.3 patches