Re: Call EndCopyFrom() after initial table sync in logical replication

From: cca5507 <cca5507(at)qq(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Call EndCopyFrom() after initial table sync in logical replication
Date: 2026-05-08 02:34:56
Message-ID: tencent_B56532E9785E072776FBA169850EB5032908@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Maybe we want to add "free_parsestate(pstate);" after the "EndCopyFrom()" as well?

--
Regards,
ChangAo Chen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ayush Tiwari 2026-05-08 02:57:45 Re: Wrong results in remove_useless_groupby_columns()
Previous Message cca5507 2026-05-08 02:27:02 Re: Avoid calling SetMatViewPopulatedState if possible