Re: logical decoding : exceeded maxAllocatedDescs for .spill files

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>, Amit Khandekar <amitdkhan(dot)pg(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alvaro Herrera from 2ndQuadrant <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: logical decoding : exceeded maxAllocatedDescs for .spill files
Date: 2019-11-20 05:33:44
Message-ID: CA+hUKG+6QqNwH145AZTFoRiChkN0Bq7GUHR4wo790ALAd7i-Sg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 20, 2019 at 5:44 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> On Wed, Nov 20, 2019 at 12:28 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> > + if (GetLastError() == ERROR_HANDLE_EOF)
> > + return 0;

> Yes, this works for me.

Thanks, pushed.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Suraj Kharage 2019-11-20 05:35:11 Re: backup manifests
Previous Message Masahiko Sawada 2019-11-20 05:30:25 Re: [HACKERS] Block level parallel vacuum