Re: Small and unaffected typo in pg_logical_slot_get_changes_guts() - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()
Date
Msg-id 20220216052329.GC31460@telsasoft.com
Whole thread Raw
In response to Small and unaffected typo in pg_logical_slot_get_changes_guts()  (Kasahara Tatsuhito <kasahara.tatsuhito@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: support for CREATE MODULE
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Race conditions in 019_replslot_limit.pl