[Code Comments]enum COPY_NEW_FE is removed
Hi,
Enum COPY_NEW_FE is removed in commit 3174d69fb9.
Should use COPY_FRONTEND instead.
Issue exists on 15 and master.
```
typedef struct CopyFromStateData
- StringInfo fe_msgbuf; /* used if copy_src == COPY_NEW_FE */
+ StringInfo fe_msgbuf; /* used if copy_src == COPY_FRONTEND */
```
Regards,
Zhang Mingli
Attachments:
v-0001-Fix-code-comments-COPY_FRONTEND.patchapplication/octet-streamDownload+1-2
Import Notes
Reply to msg id not found: 920cf618-daed-4a1f-9984-c43eaaa8debe@SparkReference msg id not found: 920cf618-daed-4a1f-9984-c43eaaa8debe@Spark
On Sat, Aug 06, 2022 at 07:20:25PM +0800, Zhang Mingli wrote:
Enum COPY_NEW_FE is removed in commit 3174d69fb9.
Should use COPY_FRONTEND instead.
Issue exists on 15 and master.
This also exists in REL_14_STABLE. I have fixed that on HEAD, as
that's just a comment.
--
Michael
Ok, thanks.
Michael Paquier <michael@paquier.xyz>于2022年8月6日 周六20:17写道:
Show quoted text
On Sat, Aug 06, 2022 at 07:20:25PM +0800, Zhang Mingli wrote:
Enum COPY_NEW_FE is removed in commit 3174d69fb9.
Should use COPY_FRONTEND instead.
Issue exists on 15 and master.
This also exists in REL_14_STABLE. I have fixed that on HEAD, as
that's just a comment.
--
Michael