Re: [PATCH] Logical decoding of TRUNCATE

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Marco Nenciarini <marco(dot)nenciarini(at)2ndquadrant(dot)it>
Cc: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Logical decoding of TRUNCATE
Date: 2018-01-25 07:26:00
Message-ID: CAEepm=0AP2-z05GCxz0yTvtG3uW+gdZkZqW1EY97Sdy_G6tA5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Wed, Jan 24, 2018 at 6:47 AM, Marco Nenciarini
<marco(dot)nenciarini(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Azimuddin Mohammed 2018-01-25 07:36:49 Re: Postgres for hadoop
Previous Message Ian Harding 2018-01-25 05:45:54 AFTER UPDATE trigger updating other records

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-01-25 07:40:17 Re: ALTER TABLE ADD COLUMN fast default
Previous Message Thomas Munro 2018-01-25 07:11:22 Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem