From: Tomas Vondra <tomas.von...@enterprisedb.com> > I think the simplest fix is simply to pstrdup() the query when building > fmstate in create_foreign_modify. We've already been doing that for > orig_query anyway. That seems cleaner than printing the last query we > build (which would be confusing I think). > > I've pushed a fix doing that. We only need that for INSERT queries, and > we might even restrict that to cases with batching if needed.
Thank you for investigating and committing the fix. (I'm relieved that the feature was not reverted.) Regards Takayuki Tsunakawa