Re: [GENERAL] Using timestamp(tz) in C functions

2016-07-29 Thread Vitaly Burovoy
On 7/29/16, Keith Fiske wrote: > On Fri, Jul 29, 2016 at 11:49 AM, Vitaly Burovoy > wrote: > >> On 7/29/16, Keith Fiske wrote: >> > On Fri, Jul 29, 2016 at 12:53 AM, Vitaly Burovoy < >> vitaly.buro...@gmail.com> >> > wrote: >> > >> >> On 7/28/16, Keith Fiske wrote: >> >> > Working on trying to

Re: [GENERAL] Using timestamp(tz) in C functions

2016-07-29 Thread Keith Fiske
On Fri, Jul 29, 2016 at 11:49 AM, Vitaly Burovoy wrote: > On 7/29/16, Keith Fiske wrote: > > On Fri, Jul 29, 2016 at 12:53 AM, Vitaly Burovoy < > vitaly.buro...@gmail.com> > > wrote: > > > >> On 7/28/16, Keith Fiske wrote: > >> > Working on trying to get a C version of the maintenance function

Re: [GENERAL] Using timestamp(tz) in C functions

2016-07-29 Thread Vitaly Burovoy
On 7/29/16, Keith Fiske wrote: > On Fri, Jul 29, 2016 at 12:53 AM, Vitaly Burovoy > wrote: > >> On 7/28/16, Keith Fiske wrote: >> > Working on trying to get a C version of the maintenance function for my >> > pg_partman extension working so I can hopefully make it more flexible >> > and >> > eff

Re: [GENERAL] Using timestamp(tz) in C functions

2016-07-29 Thread Keith Fiske
On Fri, Jul 29, 2016 at 12:53 AM, Vitaly Burovoy wrote: > On 7/28/16, Keith Fiske wrote: > > Working on trying to get a C version of the maintenance function for my > > pg_partman extension working so I can hopefully make it more flexible and > > efficient. > > > > > https://github.com/keithf4/p

Re: [GENERAL] Using timestamp(tz) in C functions

2016-07-28 Thread Vitaly Burovoy
On 7/28/16, Keith Fiske wrote: > Working on trying to get a C version of the maintenance function for my > pg_partman extension working so I can hopefully make it more flexible and > efficient. > > https://github.com/keithf4/pg_partman/blob/master/sql/functions/run_maintenance.sql > > Up until thi

Re: [GENERAL] Using timestamp(tz) in C functions

2016-07-28 Thread Keith Fiske
On Thu, Jul 28, 2016 at 5:28 PM, Adrian Klaver wrote: > On 07/28/2016 02:15 PM, Keith Fiske wrote: > >> Working on trying to get a C version of the maintenance function for my >> pg_partman extension working so I can hopefully make it more flexible >> and efficient. >> >> >> https://github.com/ke

Re: [GENERAL] Using timestamp(tz) in C functions

2016-07-28 Thread Adrian Klaver
On 07/28/2016 02:15 PM, Keith Fiske wrote: Working on trying to get a C version of the maintenance function for my pg_partman extension working so I can hopefully make it more flexible and efficient. https://github.com/keithf4/pg_partman/blob/master/sql/functions/run_maintenance.sql Up until th

[GENERAL] Using timestamp(tz) in C functions

2016-07-28 Thread Keith Fiske
Working on trying to get a C version of the maintenance function for my pg_partman extension working so I can hopefully make it more flexible and efficient. https://github.com/keithf4/pg_partman/blob/master/sql/functions/run_maintenance.sql Up until this point I've just been using SPI and the Dat