Skip to content

Commit 70d25bf

Browse files
committed
Fix comment in copyfrom_internal.h
COPY_NEW_FE has become COPY_FRONTEND in 3174d69, that has removed the frontend-backend protocol v2. Author: Zhang Mingli Discussion: https://postgr.es/m/aeec12a3-501e-449a-8d25-901c4ff706cf@Spark
1 parent 5fc88c5 commit 70d25bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/commands/copyfrom_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ typedef struct CopyFromStateData
5858
/* low-level state data */
5959
CopySource copy_src; /* type of copy source */
6060
FILE *copy_file; /* used if copy_src == COPY_FILE */
61-
StringInfo fe_msgbuf; /* used if copy_src == COPY_NEW_FE */
61+
StringInfo fe_msgbuf; /* used if copy_src == COPY_FRONTEND */
6262

6363
EolType eol_type; /* EOL type of input */
6464
int file_encoding; /* file or remote side's character encoding */

0 commit comments

Comments
 (0)