Re: [PATCH] Logical decoding of TRUNCATE - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [PATCH] Logical decoding of TRUNCATE
Date
Msg-id CAEepm=0AP2-z05GCxz0yTvtG3uW+gdZkZqW1EY97Sdy_G6tA5w@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Logical decoding of TRUNCATE  (Marco Nenciarini <marco.nenciarini@2ndquadrant.it>)
Responses Re: [PATCH] Logical decoding of TRUNCATE
List pgsql-hackers
On Wed, Jan 24, 2018 at 6:47 AM, Marco Nenciarini
<marco.nenciarini@2ndquadrant.it> wrote:
> Version 16 attached.

Hi Marco,

FYI this version doesn't compile:

worker.c: In function ‘apply_handle_truncate’:
worker.c:888:39: error: ‘cascade’ undeclared (first use in this function)
  relid = logicalrep_read_truncate(s, &cascade, &restart_seqs);
                                       ^

--
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem
Next
From: Thomas Munro
Date:
Subject: Re: ALTER TABLE ADD COLUMN fast default