Re: pgsql: instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY

2018-11-21 Thread Alvaro Herrera
On 2018-Nov-21, Stephen Frost wrote: > Greetings, > > * Alvaro Herrera (alvhe...@2ndquadrant.com) wrote: > > Yeah, looking into this mess already. > > Much better now, thanks! Yay :-) -- Álvaro Herrerahttps://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote

Re: pgsql: instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY

2018-11-21 Thread Stephen Frost
Greetings, * Alvaro Herrera (alvhe...@2ndquadrant.com) wrote: > On 2018-Nov-21, Stephen Frost wrote: > > * Alvaro Herrera (alvhe...@alvh.no-ip.org) wrote: > > > instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY > > > > > > Sets the timestamp to current if not already set. Will acquire more > > >

Re: pgsql: instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY

2018-11-21 Thread Alvaro Herrera
On 2018-Nov-21, Stephen Frost wrote: > Greetings, > > * Alvaro Herrera (alvhe...@alvh.no-ip.org) wrote: > > instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY > > > > Sets the timestamp to current if not already set. Will acquire more > > callers momentarily. > > > > Author: Fabien Coelho > >

Re: pgsql: instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY

2018-11-21 Thread Stephen Frost
Greetings, * Alvaro Herrera (alvhe...@alvh.no-ip.org) wrote: > instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY > > Sets the timestamp to current if not already set. Will acquire more > callers momentarily. > > Author: Fabien Coelho > Discussion: