Re: [Code Comments]enum COPY_NEW_FE is removed
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Zhang Mingli <zmlpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-06T12:17:36Z
Lists: pgsql-hackers
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
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