Search Postgresql Archives

Re: The connection to the server was lost. Attempting reset: Failed.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you so much for your answer. I will be testing the indicated and then I give you return.
Best regards,
Yessica Brinkmann

El jue., 10 oct. 2019 a las 13:14, Tom Lane (<tgl@xxxxxxxxxxxxx>) escribió:
Yessica Brinkmann <yessica.brinkmann@xxxxxxxxx> writes:
> I really thought a lot, but I don't understand why but the function fails
> after the _expression_ is executed:
> appendStringInfo (& cols, "% s a.attnum =% d", (i> 0? "OR": ""), idxcd->
> varattno [i]);

I think you're probably shooting yourself in the foot here:

            /* pfree() the memory allocated for the previous candidate. FIXME: Avoid
            * meddling with the internals of a StringInfo, and try to use an API.
            */
            if( cols.len > 0 )
            {
                pfree( cols.data );
                cols.data = "">             } /*IF col.len>0*/

Don't do that, use resetStringInfo() instead.

                        regards, tom lane

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux