Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Kasahara Tatsuhito <kasahara.tatsuhito@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-02-16T05:23:29Z
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
Commits
-
Remove all traces of tuplestore_donestoring() in the C code
- d61a361d1aef 15.0 landed
-
tuplestore_donestoring() isn't needed anymore, but provide a no-op
- dd04e958c8b0 7.4.1 cited