Re: [HACKERS] Improvements in psql hooks for variables

2016-09-19 Thread Ashish Tyagi
> Sorry about that, I forgot to make clean, here's an updated patch. Ongoing CMake changes will help to avoid such things, "out of source build". On Mon, Sep 19, 2016 at 6:20 PM, Daniel Verite wrote: > Rahila Syed wrote: > > > > I am beginning to review this patch. Initial comment. I got

Re: [HACKERS] Need a mentor, and a project.

2009-12-11 Thread Ashish
nks Ashish On Mon, 7 Dec 2009, Josh Berkus wrote: On 12/7/09 4:41 PM, Ashish wrote: Albe & Joshua, thanks for the advice. I am in the process of deciding what to work on and am looking at the TODO list. I definitely do not intend to work in a vacuum :-) I am really excited about this and look

Re: [HACKERS] Need a mentor, and a project.

2009-12-07 Thread Ashish
Hi Robert, Thanks. If I may, what encompasses your area of expertise... BTW Congratulation on becoming a committer! Regards Ashish On Mon, 7 Dec 2009, Robert Haas wrote: On Sun, Dec 6, 2009 at 9:24 PM, wrote: 2. Would someone be willing to be a mentor? It would be nice to be able to get

Re: [HACKERS] Need a mentor, and a project.

2009-12-07 Thread Ashish
Albe & Joshua, thanks for the advice. I am in the process of deciding what to work on and am looking at the TODO list. I definitely do not intend to work in a vacuum :-) I am really excited about this and look forward to being challenged and learning a lot. Regards Ashish On Mon, 7 Dec

[HACKERS] DirectFunctionCall3 and array_in

2008-11-13 Thread Ashish Kamra
above is a problem? Thanks, Ashish -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] SQL fast in PSQL, very slow using MS.NET driver

2008-04-10 Thread Ashish Sharma
Thanks for the response. Below are the details: > > On Wed, 2008-04-09 at 18:33 +0530, Ashish Sharma wrote: > > > Hi, > > > > Hi, all!! > > > The setup in question includes PostGRESQL v8.2.4, Java based web > > > servers and MS.

[HACKERS] SQL fast in PSQL, very slow using MS.NET driver

2008-04-09 Thread Ashish Sharma
, Ashish Sharma Core Database Systems HYPERLINK "http://www.coredbsystems.com"http://www.coredbsystems.com Internal Virus Database is out-of-date. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.5/1356 - Release Date: 4/2/2008 4:14 PM

Re: [HACKERS] postgres database crashed

2006-10-16 Thread Ashish Goel
x27;t maintain the referrences but when we include the referrences then the database crashes somewhere between 2500-3000 transactions.So could this problem be due to the multiple referrences being made to the same table ?Markus Schaber <[EMAIL PROTECTED]> wrote: Hi, Ashish,Ashish Goel wrote:> But

Re: [HACKERS] postgres database crashed

2006-10-15 Thread Ashish Goel
But the same code worked when I inserted around 2500 images in the database. After that it started crashing. So , I don't think it's because of error in the code. Can u suggest some other possible reasons and also why is it crashing at call to memcpy().Tom Lane <[EMAIL PROTECTED]&g

Re: [HACKERS] postgres database crashed

2006-10-15 Thread Ashish Goel
llocations , and i don't find problem there.Tom Lane <[EMAIL PROTECTED]> wrote: Ashish Goel <[EMAIL PROTECTED]> writes:> We have a following table xyz( id int , fname varchar(50), img image)> where image is a data type we have created similar to lo.> ...> Can somebody sugg

[HACKERS] postgres database crashed

2006-10-11 Thread Ashish Goel
We have a following table xyz( id int , fname varchar(50), img image)where image is a data type we have created similar to lo.so when we executed an insert query on the following table :-insert into xyz VALUES (2541, '/home/ravi/jdbc/2_down/76.jpg', '76.jpg');It works well for nearly 2500 images bu