Re: Small and unaffected typo in pg_logical_slot_get_changes_guts()
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kasahara Tatsuhito <kasahara.tatsuhito@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-17T01:56:30Z
Lists: pgsql-hackers
On Wed, Feb 16, 2022 at 01:25:09PM +0900, Kasahara Tatsuhito wrote: > Remove all references to tuplestore_donestoring() except for the header. Looks fine, thanks. This has no impact on Melanie's patch posted on [1], so applied after tweaking the comment in tuplestore.h. [1]: https://www.postgresql.org/message-id/20220106005748.GT14051%40telsasoft.com -- Michael
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