On Thu, 31 Jan 2019 at 02:38, Michael Meskes <[email protected]> wrote: > Change error handling of out of scope variables in ecpg. > > The function called can result in an out of memory error that subsequently was > disregarded. Instead it should set the appropriate SQL error variables and be > checked by whatever whenever statement is defined.
I might be missing something here, but if you're changing the signature of output_simple_statement(), wouldn't you also need to change all calls to it too? ... including the ones in preproc.y? -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
