RE: [doc fix] Add operation of freeing output SQLDA

2018-05-23 Thread Kato, Sho
:51 AM To: Kato, Sho/加藤 翔 Cc: pgsql-hackers@lists.postgresql.org Subject: Re: [doc fix] Add operation of freeing output SQLDA Hello. At Fri, 18 May 2018 06:03:59 +, "Kato, Sho" wrote in <25C1C6B2E7BE044889E4FE8643A58BA963A42097@G01JPEXMBKW03> > Hello > > I think it

Re: [doc fix] Add operation of freeing output SQLDA

2018-05-21 Thread Kyotaro HORIGUCHI
Hello. At Fri, 18 May 2018 06:03:59 +, "Kato, Sho" wrote in <25C1C6B2E7BE044889E4FE8643A58BA963A42097@G01JPEXMBKW03> > Hello > > I think it is better to add freeing operation of output SQLDA to the current > PostgreSQL documentation. > As far as I can see src/interfaces/ecpg/ecpglib/execut

[doc fix] Add operation of freeing output SQLDA

2018-05-17 Thread Kato, Sho
Hello I think it is better to add freeing operation of output SQLDA to the current PostgreSQL documentation. As far as I can see src/interfaces/ecpg/ecpglib/execute.c, if a previously existing sqlda is set to output SQLDA, then a previously existing sqlda is freed. But, the new output SQLDA's me