Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc88c5 commit 70d25bfCopy full SHA for 70d25bf
src/include/commands/copyfrom_internal.h
@@ -58,7 +58,7 @@ typedef struct CopyFromStateData
58
/* low-level state data */
59
CopySource copy_src; /* type of copy source */
60
FILE *copy_file; /* used if copy_src == COPY_FILE */
61
- StringInfo fe_msgbuf; /* used if copy_src == COPY_NEW_FE */
+ StringInfo fe_msgbuf; /* used if copy_src == COPY_FRONTEND */
62
63
EolType eol_type; /* EOL type of input */
64
int file_encoding; /* file or remote side's character encoding */
0 commit comments