Re: [HACKERS] Least Active Transaction ID function

2014-07-28 Thread Robert Haas
On Thu, Jul 24, 2014 at 3:42 PM, Rohit Goyal wrote: > This was really -2 helpful. I'm not sure what it means to be -2 helpful. Hopefully it's a good thing. > 1. Can I use this xmin variable directly anytime anywhere in my code as it > is a global variable. I don't really know what you're askin

Re: [HACKERS] Least Active Transaction ID function

2014-07-24 Thread Rohit Goyal
Hi Robert, On Thu, Jul 24, 2014 at 9:32 PM, Robert Haas wrote: > On Wed, Jul 23, 2014 at 3:53 PM, Rohit Goyal wrote: > > Hi All, > > > > On Wed, Jul 23, 2014 at 5:01 PM, Rohit Goyal > wrote: > >> > >> Hi All, > >> > >> I am doing programming with postgresql source code. I want to find out > th

Re: [HACKERS] Least Active Transaction ID function

2014-07-24 Thread Robert Haas
On Wed, Jul 23, 2014 at 3:53 PM, Rohit Goyal wrote: > Hi All, > > On Wed, Jul 23, 2014 at 5:01 PM, Rohit Goyal wrote: >> >> Hi All, >> >> I am doing programming with postgresql source code. I want to find out the >> function which can give me Least active transaction id currenty in the >> system.

Re: [HACKERS] Least Active Transaction ID function

2014-07-23 Thread Rohit Goyal
Hi All, On Wed, Jul 23, 2014 at 5:01 PM, Rohit Goyal wrote: > Hi All, > > I am doing programming with postgresql source code. I want to find out the > function which can give me Least active transaction id currenty in the > system. > > Is there any function which can give me that? > > Regards, >

[HACKERS] Least Active Transaction ID function

2014-07-23 Thread Rohit Goyal
Hi All, I am doing programming with postgresql source code. I want to find out the function which can give me Least active transaction id currenty in the system. Is there any function which can give me that? Regards, Rohit Goyal