[HACKERS] Checking stack depth

2008-10-28 Thread Suresh
Hello, Why is check_stack_depth function enforced in context of evaluating expressions in PostgreSQL ? What sort of recursion we are trying to safeguard ? thanks, Suresh

[HACKERS] Doubt in index subplan query

2008-06-19 Thread Suresh
at index level ? Is any sort of hashing done ? Thanks and regards, Suresh

[HACKERS] Installation of Postgres 32Bit on 64 bit machine

2008-05-20 Thread Babu, Gabriel Suresh
can bypass these errors and make the installation successful. Regards Suresh

Re: [HACKERS] Stack depth exceeded error

2008-05-12 Thread Suresh
Hi, The code uses Asynchronous I/O for fetching certain tids. The code works fine if I use only one condition in where condition, but fails if I use multiple condition. -- Suresh Iyengar Gregory Stark <[EMAIL PROTECTED]> wrote: "Suresh" writes: > Hello, > > I

[HACKERS] Stack depth exceeded error

2008-05-12 Thread Suresh
ameter "max_stack_depth". However, the same code runs fine with one condition in where clause, but fails with the error above in case of multiple conditions. Whats the cause of this error ? I tried increasing the stack limit; but it doesnt help. -- Suresh Iyengar

[HACKERS] Getting statistics

2008-04-29 Thread Suresh
Hello, I want to collect various statistics like time taken, number of context switches, page faults etc.. for a query being run. postgres.c contains lots of getrusage related things. Is there any way to calculate all the things without writing any custom code ? Thanks and regards, Suresh

[HACKERS] segfault in locking code

2008-03-28 Thread Suresh
ery_string=0xa275b58 "select l_orderkey as a from tpcd.orders, tpcd.lineitem where o_orderkey=l_orderkey ;\n") at postgres.c:1003 #8 0x081b6371 in PostgresMain (argc=1, argv=0xa2379f0, username=0xa238398 "suresh") at postgres.c:3221 #9 0x081532e3 in main (argc=2, argv=C

[HACKERS] Doubt in index scan code

2008-03-08 Thread Suresh
? Will it return the tids as firstly macthing inners for dept=30, then dept=10 ? Please help me with this. Thanks and regards, Suresh - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

[HACKERS] Doubt in heap_release_fetch

2008-03-06 Thread Suresh
the time qualification check ? Thanks, Suresh - Never miss a thing. Make Yahoo your homepage.

[HACKERS] ES7000 Windows 2003 server 64bit processor

2008-02-27 Thread Babu, Gabriel Suresh
32 bit application does not support the ES7000 Windows 2003 server 64bit processor. Can you please help me on this. Regards Suresh

Re: [HACKERS] Doubt in IndexScanDescData

2008-02-17 Thread Suresh
Hans-Juergen Schoenig <[EMAIL PROTECTED]> wrote: On Feb 17, 2008, at 4:33 PM, Suresh wrote: [ "include/access/relscan.h" ] In IndexScanDescData, whats the purpose of having two Relation variables. typedef struct IndexScanDescData { RelationheapRelation;

[HACKERS] Doubt in IndexScanDescData

2008-02-17 Thread Suresh
[ "include/access/relscan.h" ] In IndexScanDescData, whats the purpose of having two Relation variables. typedef struct IndexScanDescData { RelationheapRelation; /* heap relation descriptor, or NULL */ RelationindexRelation; /* index relation descriptor */ ...

[HACKERS] Postgres optimizer

2007-04-05 Thread Suresh
functionalities ) ? Thanks, Suresh - Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.

[HACKERS] Support for persistant objects in PostgreSQL?

2004-08-01 Thread Suresh Tri
references to these objects supported in PostgreSQL? If so can anyone point me to the documentation for these? Thanks, Suresh ___ALL-NEW Yahoo! Messenger - all new features - even more fun! http

[HACKERS] PostgreSQL development

2004-07-29 Thread Suresh Tri
. It would be of the great help if you can tell us about these featues and also the way in which we can contribute to the PostgreSQL development. Yours truly, Suresh ___ALL-NEW Yahoo! Messenger - so

Re: [HACKERS] Improvements to PostgreSQL

2004-07-26 Thread Suresh Tri
. Thanks once again, Suresh --- Peter Eisentraut <[EMAIL PROTECTED]> wrote: > Suresh Tri wrote: > > 2. Core functionality add-ons to postgresql :- > > -Table joins > > Already done. > > > -Java stored procedures > > Already done. > > > -Backup

[HACKERS] Stored procedures - Oracle vs postgresql

2004-07-26 Thread Suresh Tri
://www.compiere.org/technology/pg/porting.html Can anyone please help me estimate the effort / feasibility in implementing Oracle type procedures in postgres? Any pointers are welcome. Thanks, Suresh ___ALL-NEW Yahoo

Re: [HACKERS] Improvements to PostgreSQL

2004-07-26 Thread Suresh Tri
investigate deeper in this regard. All your sugestions are welcome. Please help us to implement these features. Our aim is to make postgresql enterprise level. Thanks, Suresh --- Bruce Momjian <[EMAIL PROTECTED]> wrote: > I am forwarding this to hackers on behalf of some > people who want