Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Kasahara Tatsuhito <kasahara(dot)tatsuhito(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()
Date: 2022-02-16 05:23:29
Message-ID: 20220216052329.GC31460@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 16, 2022 at 11:27:58AM +0900, Kasahara Tatsuhito wrote:
> - tuplestore_donestoring(tupstore);
> + tuplestore_donestoring(p->tupstore);

Melanie's tuplestore patch also removes the bogus line.
https://www.postgresql.org/message-id/20220106005748.GT14051%40telsasoft.com

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2022-02-16 05:26:37 Re: Race conditions in 019_replslot_limit.pl
Previous Message Pavel Stehule 2022-02-16 05:20:15 Re: support for CREATE MODULE