[Code Comments]enum COPY_NEW_FE is removed - Mailing list pgsql-hackers

From Zhang Mingli
Subject [Code Comments]enum COPY_NEW_FE is removed
Date
Msg-id aeec12a3-501e-449a-8d25-901c4ff706cf@Spark
Whole thread Raw
Responses Re: [Code Comments]enum COPY_NEW_FE is removed
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: Gurjeet Singh
Date:
Subject: Re: `make check` doesn't pass on MacOS Catalina
Next
From: Ranier Vilela
Date:
Subject: Allocator sizeof operand mismatch (src/backend/regex/regcomp.c)