[BUGS] clarification..

2006-06-20 Thread Dhanaraj M


I saw the following item in the TODO list

Functions:

  * Add SPI_gettypmod() to return the typemod for a TupleDesc

What is the purpose of adding this function?

---(end of broadcast)---
TIP 4: Have you searched our list archives?

  http://archives.postgresql.org


[BUGS] BUG #3405: plperl_elog - regression test fails

2007-06-23 Thread Dhanaraj M

The following bug has been logged online:

Bug reference:  3405
Logged by:  Dhanaraj M
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system:   Solaris 10
Description:plperl_elog - regression test fails
Details: 

I think "pl/plperl/expected/plperl_elog.out" file has to be updated. (or
it's a problem on my side)
I notice this problem only with 8.2.x and not with 8.1.x. Did anybody notice
this bug? 

bash-3.00$ diff -c ../../pl/plperl/expected/plperl_elog.out
results/plperl_elog.out
*** ../../pl/plperl/expected/plperl_elog.outWed Mar 15 04:18:23 2006
--- results/plperl_elog.out Fri Jun 15 13:15:59 2007
***
*** 38,47 
  ERROR:  creation of Perl function failed: Global symbol "$global" requires
explicit package name at line 3.
  Global symbol "$other_global" requires explicit package name at line 4.
  select uses_global();
! ERROR:  function uses_global() does not exist
  LINE 1: select uses_global();
 ^
- HINT:  No function matches the given name and argument types. You may need
to add explicit type casts.
  SET plperl.use_strict = false;
  create or replace function uses_global() returns text language plperl as
$$

--- 38,47 
  ERROR:  creation of Perl function failed: Global symbol "$global" requires
explicit package name at line 3.
  Global symbol "$other_global" requires explicit package name at line 4.
  select uses_global();
! ERROR:  function uses_global() does not exist at character 8
! HINT:  No function matches the given name and argument types. You may need
to add explicit type casts.
  LINE 1: select uses_global();
 ^
  SET plperl.use_strict = false;
  create or replace function uses_global() returns text language plperl as
$$

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[BUGS] how to put back?

2006-03-20 Thread Dhanaraj M - Sun Microsystems

Hi

I have fixed a bug which was reported in our mailing group ealier. Can 
anybody tell me how i could test my code and then put back?


Please tell me where i could get the test code for testing..

Thanks
Dhanaraj

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match