[Code Comments]enum COPY_NEW_FE is removed
Zhang Mingli <zmlpostgres@gmail.com>
From: Zhang Mingli <zmlpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-06T11:20:25Z
Lists: pgsql-hackers
Attachments
- v-0001-Fix-code-comments-COPY_FRONTEND.patch (application/octet-stream) patch 0001
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
Commits
-
Fix comment in copyfrom_internal.h
- 70d25bf70ce2 16.0 landed
-
Remove server and libpq support for old FE/BE protocol version 2.
- 3174d69fb96a 14.0 cited